Rails-like Database Migrations?

前端 未结 6 1747
长情又很酷
长情又很酷 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:04

    This project is designed to allow active record migrations to be run without installing Rails:

    https://github.com/bretweinraub/rails-free-DB-Migrate

    Install it (git clone it) and use it as a base for your project.

提交回复
热议问题