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