database
1. H2 Database Engine10,070 usages
com.h2database » h2EPLMPL
A fast SQL database that can run embedded or a server mode with support for transactions, encryption, full search, etc. Storage can be disk-based or in-memory.
Last Release on Sep 24, 2025
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
Spring JDBC provides an abstraction layer that simplifies code to use JDBC and the parsing of database-vendor specific error codes.
Last Release on Nov 13, 2025
6. HikariCP3,288 usages
com.zaxxer » HikariCPApache
HikariCP is a 'zero-overhead' production ready JDBC connection pool.
Last Release on Sep 12, 2025
Spark SQL is Apache Spark's module for working with structured data based on DataFrames.
Last Release on Sep 17, 2025
8. Jedis2,646 usages
redis.clients » jedisMIT
Jedis is a blazingly small and sane Redis java client.
Last Release on Oct 10, 2025
9. Spring Boot Starter Data Redis2,526 usages
org.springframework.boot » spring-boot-starter-data-redisApache
Starter for using Redis key-value data store with Spring Data Redis and the Lettuce client
Last Release on Oct 23, 2025
10. Commons DBCP2,273 usages
commons-dbcp » commons-dbcpApache
Commons Database Connection Pooling
Last Release on May 14, 2015
Relocated → org.apache.commons »
commons-dbcp2