vote up 1 vote down star

Is there a tool in the Java/Groovy world that lets me manage database changes similar to the way that Rails Database Migrations work?

flag

3 Answers

vote up 1 vote down

If you dont mind using the rails way db schema just use rails migrations for your project.

I have a PHP project and I setup a bare rails project with migrations for it.

Works great.

link|flag
vote up 0 vote down

In the Grails world, you can use the Autobase plugin. If that is nonsensical for your project, you can just use the tool that it is based off of, Liquibase. Both are a nice set of idiomatic Java/Grails tools.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.