Update README.md

This commit is contained in:
River M.
2014-12-28 22:29:13 -05:00
parent 4a73918098
commit 4d4bafa212

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.