Schema migration tools for SQLAlchemy, designed to support an agile approach to database design, and make it easier to keep development and production databases in sync, as schema changes are required.
SQLAlchemy Migrate provides support for SQLAlchemy >= 0.3.10 since version 0.4.0 feel free to download the source.
SQLAlchemy Migrate can also be found at the python package index at http://www.python.org/pypi/sqlalchemy-migrate and is included in Debian GNU/Linux and FreeBSD.
Documentation
The documentation is split into MigrateChangeset for database change set management and MigrateVersioning for database repository versioning. There is also some information about using migrate with Oracle XE at the UsingOracleXE wiki page.
The latest changes are documented in ChangesSince0_4_4, documentation will be updated soon.
The October 2008 issue of the Python Magazine contains a tutorial style article about using sqlalchemy-migrate by Jan Dittberner.
