jDBI - Provides convenient tabular data access in Java
The Jdbi library provides convenient, idiomatic access to relational databases in Java. Jdbi is built on top of JDBC. If your database has a JDBC driver, you can use Jdbi with it. It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.
http://jdbi.org/
https://github.com/jdbi/jdbi
License:
Tech:
Tags: