Size: 470
Comment:
|
← Revision 3 as of 2015-03-12 21:08:45 ⇥
Size: 489
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from JDBI | |
Line 11: | Line 12: |
<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.