Migrations for Java [closed] Migrations for Java [closed] java java

Migrations for Java [closed]


For a feature comparison between

  • Flyway
  • Liquibase
  • c5-db-migration
  • dbdeploy
  • mybatis
  • MIGRATEdb
  • migrate4j
  • dbmaintain
  • AutoPatch

have a look at http://flywaydb.org

This should be a good start for you and anyone else to select the right tool for the job


Liquibase is another project in this domain worth checking out.


Grails has a dbmigrate utility that is patterned after the one from Rails. Since it's implemented in Groovy, you should be able to use it from any of your Java projects.