From 5ff2fb28db991a0c04fbedeea658a97b85078904 Mon Sep 17 00:00:00 2001 From: Rasheed Amir Date: Sat, 14 Mar 2015 23:01:00 +0100 Subject: [PATCH] Update README.md Added liquibase; a database migration tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 842f9ec..7f43475 100644 --- a/README.md +++ b/README.md @@ -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.