sql
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 ...
Last Release on Apr 22, 2026
2.H2 Database Engine10,643 usages
com.h2database » h2 EPL +1
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
Spring JDBC provides an abstraction layer that simplifies code to use JDBC and the parsing of database-vendor specific error codes.
Last Release on Apr 17, 2026
7.HikariCP3,597 usages
com.zaxxer » HikariCP Apache
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 Feb 2, 2026
10.SQLite JDBC1,702 usages
org.xerial » sqlite-jdbc Apache
SQLite JDBC is a library for accessing and creating SQLite database files in Java (it includes native libraries)
Last Release on May 7, 2026
