JDBC Pools
Sort:
popular
|
newest
1. HikariCP2,857 usages
com.zaxxer » HikariCPApache
HikariCP is a "zero-overhead" production ready JDBC connection pool.
Last Release on Sep 23, 2024
2. Commons DBCP2,094 usages
commons-dbcp » commons-dbcpApache
Commons Database Connection Pooling
Last Release on May 14, 2015
Relocated → org.apache.commons »
commons-dbcp2
4. C3P0661 usages
com.mchange » c3p0EPLLGPL
A mature JDBC3+ Connection pooling library
Last Release on May 7, 2024
c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources,
including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.
Last Release on Aug 23, 2007
Relocated → com.mchange »
c3p0
7. BoneCP :: Core Library218 usages
com.jolbox » bonecpApache
Lightweight connection pool.
Last Release on Oct 23, 2013
8. HikariCP Java6166 usages
com.zaxxer » HikariCP-java6Apache