MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap
Revision 3 as of 2015-03-12 21:08:45
  • Java
  • JDBI

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>
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01