My favorites | Sign in
Project Logo
                
Code license: MIT License
Labels: python, database, schema, SQLAlchemy

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.4 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.

You can get in touch with us at the IRC channel #sqlalchemy-migrate at FreeNode or via the migrate-users mailing list.

Documentation

The generated documentation is available at http://packages.python.org/sqlalchemy-migrate/.

The latest changes are documented in the CHANGELOG file.

The October 2008 issue of the Python Magazine contains a tutorial style article about using sqlalchemy-migrate (version 0.4.5) by Jan Dittberner.

The latest documentation is included in the source package as ReStructuredText inside the docs directory, it may be processed with sphinx by calling python setup.py build_sphinx. A pre generated version of the HTML documentation is available as download.









Powered by Google Project Hosting