Rails-like Database Migrations?

前端 未结 6 1764
长情又很酷
长情又很酷 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 23:00

    Here is a tool to do this written in Haskell:

    http://hackage.haskell.org/package/dbmigrations

提交回复
热议问题