freebsd-ports/databases/py-sqlalchemy-migrate/pkg-descr
Li-Wen Hsu 08bff0e238 Rename databases/py-migrate to databases/py-sqlalchemy-migrate
Requested by:	koobs
Reviewed by:	koobs, mva
2013-09-01 12:56:33 +00:00

7 lines
365 B
Text

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/