Download

You can get the latest version of SQLAlchemy Migrate from the project’s download page, the cheese shop, pip or via easy_install:

easy_install sqlalchemy-migrate

or:

pip install sqlalchemy-migrate

You should now be able to use the migrate command from the command line:

migrate

This should list all available commands. migrate help COMMAND will display more information about each command.

If you’d like to be notified when new versions of SQLAlchemy Migrate are released, subscribe to migrate-announce.

Development

Migrate’s Mercurial repository is located at Google Code.

To get the latest trunk:

hg clone http://sqlalchemy-migrate.googlecode.com/hg/

Patches should be submitted to the issue tracker.

We use hudson Continuous Integration tool to help us run tests on all databases that migrate supports.

Project Versions

Table Of Contents

Previous topic

migrate - SQLAlchemy Migrate (schema change management)

Next topic

Database schema versioning workflow

This Page