From 9992ad87cf5b536b27e3aa586077e1e96cd275fc Mon Sep 17 00:00:00 2001 From: dom farr Date: Wed, 16 Jul 2014 08:52:35 +0100 Subject: [PATCH] Update README.md Added JDBI under Databases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0a5fdb..7277da7 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Liquibase](http://www.liquibase.org/) - Source control for your database which can be embedded. +* [JDBI](http://jdbi.org/) - SQL convenience library for Java. ## Date and Time