pool
Sort:
popular
|
newest
1. HikariCP2,817 usages
com.zaxxer » HikariCPApache
HikariCP is a "zero-overhead" production ready JDBC connection pool.
Last Release on Nov 4, 2023
3. Commons DBCP2,074 usages
commons-dbcp » commons-dbcpApache
Commons Database Connection Pooling
Last Release on May 14, 2015
Relocated → org.apache.commons »
commons-dbcp2
4. Commons Pool1,623 usages
commons-pool » commons-poolApache
Commons Object Pooling Library
Last Release on Jan 9, 2012
Relocated → org.apache.commons »
commons-pool2
6. C3P0659 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
9. BoneCP :: Core Library218 usages
com.jolbox » bonecpApache
Lightweight connection pool.
Last Release on Oct 23, 2013
10. HikariCP Java6166 usages
com.zaxxer » HikariCP-java6Apache