From 4d4bafa2120a2a2744d947975c2380e90f83de9d Mon Sep 17 00:00:00 2001 From: "River M." Date: Sun, 28 Dec 2014 22:29:13 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcdc33d..464b352 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Everything which simplifies interactions with the database.* * [Flyway](http://flywaydb.org/) - Simple database migration with Java API. +* [h2](http://h2database.com/html/main.html) - Java Based SQL Database * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data.