Update README.md
Added liquibase; a database migration tool.
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user