This commit is contained in:
Kristoffer Sjogren
2015-04-21 22:24:54 +02:00
parent 6969ef1e6d
commit fecddcee0d

View File

@ -82,6 +82,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*Everything which simplifies interactions with the database.* *Everything which simplifies interactions with the database.*
* [Apache Phoenix](http://phoenix.apache.org/) - High performance relational database layer over HBase for low latency applications.
* [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/) - Source control for your database which can be embedded. * [Liquibase](http://www.liquibase.org/) - Source control for your database which can be embedded.