aboutsummaryrefslogtreecommitdiff
path: root/databases/py-migrate/pkg-descr
blob: dcf9ceca64b71a4f08c937cbf3dc84e489c32578 (plain) (blame)
1
2
3
4
5
6
7
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.

WWW: http://code.google.com/p/sqlalchemy-migrate/