Rails-like Database Migrations?

前端 未结 6 1737
长情又很酷
长情又很酷 2020-12-23 22:30

Is there any easy to install/use (on unix) database migration tools like Rails Migrations? I really like the idea, but installing ruby/rails purely to manage my database mig

6条回答
  •  独厮守ぢ
    2020-12-23 22:55

    There's also a project called Java Database Migrations. To get the code check out the Google Code page for the project.

提交回复
热议问题