connection

Sort: popular | newest
MySQL Connector/J is a JDBC Type 4 driver, which means that it is pure Java implementation of the MySQL protocol and does not rely on the MySQL client libraries. This driver supports auto-registration with the Driver Manager, standardized validity checks, categorized SQLExceptions, support for large update counts, support for local and offset date-time variants from the java.time package, support for JDBC-4.x XML processing, support for per connection client information and support for the NCHAR, NVARCHAR ...
Last Release on Apr 18, 2023

Relocated → com.mysql » mysql-connector-j
HikariCP is a "zero-overhead" production ready JDBC connection pool.
Last Release on Nov 18, 2024
Commons Database Connection Pooling
Last Release on May 14, 2015

Apache Commons DBCP software implements Database Connection Pooling
Last Release on Dec 2, 2024
MySQL Connector/J is a JDBC Type 4 driver, which means that it is pure Java implementation of the MySQL protocol and does not rely on the MySQL client libraries. This driver supports auto-registration with the Driver Manager, standardized validity checks, categorized SQLExceptions, support for large update counts, support for local and offset date-time variants from the java.time package, support for JDBC-4.x XML processing, support for per connection client information and support for the NCHAR, NVARCHAR ...
Last Release on Oct 15, 2024
Apache Kafka
Last Release on Nov 7, 2024
A mature JDBC3+ Connection pooling library
Last Release on May 7, 2024
Apache Kafka
Last Release on Nov 7, 2024
Camel Kafka Connector
Last Release on Oct 2, 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