diff --git a/README.md b/README.md index 8fc77a96..f4b7274a 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,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. +* [Liquibase](http://www.liquibase.org/) - Database migration that can be using in bigger teams. * [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.