Community contributed extensions

Liquibase [liquibase] module

This module is for the Play 1.x series only.

"You never develop code without version control, why do you develop your db without it ? ™"

Liquibase (http://www.liquibase.org) is a simple, reliable and elegant solution for database refactoring management. It comes with main features :

Liquibase module differs from Migrate module for the main following reason :

Database changes follow application changes just the same way code source does

https://github.com/7uc0/play-liquibase

Written by Erwan Le Goulven.

Published releases

2.4.1 Jan 16 2012 Documentation Try Play
2.4 Nov 29 2011 Documentation Try Play
2.3.1 Oct 11 2011 Documentation Try Play
2.3 Sep 27 2011 Documentation Try Play
2.2 Feb 20 2011 Documentation Try Play
2.1.2 Jan 26 2011 Documentation Try Play
2.1.1 Jan 08 2011 Documentation Try Play
2.0.4 Jan 08 2011 Documentation Try Play
2.1.0 Dec 24 2010 Documentation Try Play
2.0.3 Dec 24 2010 Documentation Try Play
1.1.3 Dec 03 2010 Documentation Try Play
1.0.3 Dec 03 2010 Documentation Try Play
1.0 Dec 02 2010 Documentation Try Play
1.1 Nov 18 2010 Documentation Try Play

To install locally this module use the install command:

play install liquibase-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> liquibase {version}