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
2. HikariCP2,925 usages
com.zaxxer » HikariCPApache
HikariCP is a "zero-overhead" production ready JDBC connection pool.
Last Release on Nov 18, 2024
3. Commons DBCP2,223 usages
commons-dbcp » commons-dbcpApache
Commons Database Connection Pooling
Last Release on May 14, 2015
Relocated → org.apache.commons »
commons-dbcp2
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
7. C3P0666 usages
com.mchange » c3p0EPLLGPL
A mature JDBC3+ Connection pooling library
Last Release on May 7, 2024
9. Camel Kafka Connector :: Core608 usages
org.apache.camel.kafkaconnector » camel-kafka-connectorApache
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