DBvolution is the database abstraction layer that reduces database access to simple java calls.

No configuration
Easy joins
Schema revealed
Transactions just work
Automatic connection pooling

There is no configuration or xml, allowing the debugger to find any problems for you.

No SQL is needed as DBvolution manages the connection and data completely.

The IDE's code completion reveals the schema to speed your coding.

Queries are generated using natural joins with full support for outer joins.

Every relational database concept has been translated to its object-oriented counterpart.

Fully Supported Databases:

Oracle
SQLite
MySQL
PostgreSQL
H2
SQLServer

Partially Supported:

NuoDB
Informix
MariaDB
MariaDB Cluster
JavaDB & Derby

When you want DB to be easier and faster...

Get DBvolution from GitHub or Maven