Update README.md

Added liquibase; a database migration tool.
This commit is contained in:
Rasheed Amir
2015-03-14 23:01:00 +01:00
parent 452132ad27
commit 5ff2fb28db

View File

@ -100,6 +100,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.
* [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC.
* [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.
* [Querydsl](http://www.querydsl.com/) - Typesafe unified queries for Java.