Skip to content

基于 c3p0 连接池的 Sqlla.ConnectionPool 数据源的实现

Notifications You must be signed in to change notification settings

PathogenABC/sqlla-pool-c3p0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqlla-pool-c3p0

基于 c3p0 连接池的 Sqlla.ConnectionPool 数据源的实现

引入

在 root build.gradle 中添加下面代码

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

在 module build.gradle 中添加依赖

dependencies {
    compile 'com.github.PathogenABC:sqlla-pool-c3p0:1.0.2'
}

Sqlla项目主页

About

基于 c3p0 连接池的 Sqlla.ConnectionPool 数据源的实现

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages