freebsd-ports/databases/py-migrate/pkg-descr
Li-Wen Hsu 99087382eb - Update to 0.4.2
PR:		ports/121340
Submitted by:	Aron Stansvik <elvstone AT gmail.com> (maintainer)
2008-03-04 20:15:41 +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/