JDBI

SQL convenience library for Java. It attempts to expose relational database access in idiommatic Java, using collections, beans, and so on, while maintaining the same level of detail as JDBC. It exposes two different style APIs, a fluent style and a sql object style.

http://jdbi.org/

Maven

   1 <dependency>
   2   <groupId>org.jdbi</groupId>
   3   <artifactId>jdbi</artifactId>
   4   <version>2.3</version>
   5 </dependency>

Java/JDBI (last edited 2015-03-12 21:08:45 by 54)