Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

lets-blade/blade-jdbc

Repository files navigation

blade-jdbc

超简单的数据库操作库。

Travis Status npm license

文档地址

特性

  • 语法简洁,代码量少
  • 不依赖第三方框架(除了日志接口)
  • DSL风格,让程序写起来像一条链
  • 内置连接池,支持其他连接池
  • 可在任意 Java 项目中使用
  • JDK8+

废话少说,上车请看 test code.