h

happyjdbc

简化jdbc操作,提供更现代化的api, 支持分库分表
https://github.com/yuancihang/happyjdbc
The Apache Software License, Version 2.0
yuancihang
Files download
File Operation
happyjdbc-1.2.jar download
happyjdbc-1.2.pom download
happyjdbc-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.yuancihang</groupId>
  <artifactId>happyjdbc</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.yuancihang:happyjdbc:1.2'
Gradle Kotlin
implementation("com.github.yuancihang:happyjdbc:1.2")
Scala SBT
libraryDependencies += "com.github.yuancihang" % "happyjdbc" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yuancihang', module='happyjdbc', version='1.2')
)
Apache Ivy
<dependency org="com.github.yuancihang" name="happyjdbc" rev="1.2" />
Leiningen
[com.github.yuancihang/happyjdbc "1.2"]
Apache Buildr
'com.github.yuancihang:happyjdbc:jar:1.2'