Merge pull request #69 from Rmarmorstein/master

add h2
This commit is contained in:
Andreas Kull
2014-12-30 00:28:37 +01:00

View File

@ -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.