Merge pull request #83 from rasheedamir/master

Update README.md
This commit is contained in:
Andreas Kull
2015-03-16 12:28:28 +01:00

View File

@ -101,6 +101,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality.
* [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC.
* [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema. * [jOOQ](http://www.jooq.org/) - Generates typesafe code based on SQL schema.
* [Liquibase](http://www.liquibase.org/) - An open source database-independent library for tracking, managing and applying database schema changes.
* [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data. * [Presto](https://github.com/facebook/presto) - Distributed SQL query engine for big data.
* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries for Java. * [Querydsl](http://www.querydsl.com/) - Typesafe unified queries for Java.