Rails-like Database Migrations?

前端 未结 6 1739
长情又很酷
长情又很酷 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条回答
  •  旧时难觅i
    2020-12-23 23:13

    I see this topic is really old, but I'll chip in for future googlers.

    I really like using Python's SQLAlchemy and SQLAlchemy-Migrate to manage databases that I need to version control, if you don't want to go the ActiveRecord::Migrate route.

提交回复
热议问题