Migrations for Java

前端 未结 8 2020
栀梦
栀梦 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:04

    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.

提交回复
热议问题