⇤ ← Revision 1 as of 2014-05-29 16:17:02
Size: 470
Comment:
|
Size: 458
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
<version>${jdbi.version}</version> | <version>2.3</version> |
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.