sqlalchemy-migrate is a Python module that contains 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.5 provides support for SQLAlchemy >= 0.3.10 since version 0.4.0 feel free to download the source.
SQLAlchemy-migrate 0.5.2 is compatible with SQLAlchemy >= 0.5.1, this is the recommended version.
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.
Product's homepage
Requirements:
· Python