Migrations for Java

前端 未结 8 2015
栀梦
栀梦 2020-11-28 01:48

I use both ruby on rails and Java. I really enjoy using migrations when I am working on a rails project. so I am wondering is there a migrations like tool for Java? If the

8条回答
  •  余生分开走
    2020-11-28 02:13

    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

提交回复
热议问题