The Net4j DB Framework contains the database core framework and database adapter plugins for H2, DB2, Oracle, Derby, Mysql, HSQLDB and PostgreSQL.

Additional database drivers are available via springsite.com (read the license informations).

All Packages Net4j DB Framework Net4j DB Framework Derby Adapter Net4j DB Framework H2 Adapter Net4j DB Framework HSQLDB Adapter Net4j DB Framework JDBC Support Net4j DB Framework MYSQL Adapter Net4j DB Framework PostgreSQL Adapter 
Package Description
org.eclipse.net4j.db
The Net4j DB framework.
org.eclipse.net4j.db.ddl
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
org.eclipse.net4j.db.ddl.delta
The Net4j DB framework concepts for the abstraction of schema deltas.
org.eclipse.net4j.db.derby
The Net4j DB Framework support for Derby databases.
org.eclipse.net4j.db.h2
The Net4j DB Framework support for H2 databases.
org.eclipse.net4j.db.hsqldb
The Net4j DB Framework support for HSQLDB databases.
org.eclipse.net4j.db.jdbc
Implementations of the JDBC API that require Java 1.7 compatibility at development time.
org.eclipse.net4j.db.mysql
The Net4j DB Framework support for MYSQL databases.
org.eclipse.net4j.db.postgresql
The Net4j DB Framework support for PostgreSQL databases.
org.eclipse.net4j.spi.db
Server service provider interfaces and useful base implementations for the Net4j DB framework.
org.eclipse.net4j.spi.db.ddl
Server service provider interfaces for the Net4j DB framework.