1Inspired by Ruby on Rails' migrations, Migrate provides a way to deal
2with database schema changes in SQLAlchemy projects. Migrate extends
3SQLAlchemy to have database changeset handling. It provides a database
4change repository mechanism which can be used from the command line as
5well as from inside python code.
6