Migrations for Java

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

    There are also two independent implementations of rails-like migrations for Java:

    1) Maven-based migrations from Carbon Five

    2) Ant-based tasks from Hashrocket (my personal favorite)

    Although these packages were written for Maven and Ant specifically, with some work you can adapt them to just about anything.

提交回复
热议问题