Apache Commons DBCP (Commons Database Connection Pooling)
https://commons.apache.org/proper/commons-dbcp/
apache-commons-dbcp-1.3-build_xml.patch | ||
apache-commons-dbcp.spec | ||
maven2-2.2.0-settings.xml | ||
README.md |
apache-commons-dbcp
The DBCP package shall create and maintain a database connection pool package written in the Java language to be distributed under the ASF license. The package shall be available as a pseudo-JDBC driver and via a DataSource interface. The package shall also support multiple logins to multiple database systems, reclamation of stale or dead connections, testing for valid connections, PreparedStatement pooling, and other features.