|
|
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 0.4.0 provides support for SQLAlchemy >= 0.3.10 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.
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.
