Download and Development of SQLAlchemy Migrate

Download

SQLAlchemy-Migrate builds on SQLAlchemy, so you should install that first.

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

easy_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 Subversion repository is at http://sqlalchemy-migrate.googlecode.com/svn/

To get the latest trunk:

svn co http://sqlalchemy-migrate.googlecode.com/svn/trunk

Patches should be submitted to the issue tracker.

Table Of Contents

Previous topic

SQLAlchemy Migrate - SQLAlchemy schema change management

Next topic

Database schema versioning

This Page