SQLAlchemy migrate toolsΒΆ

The most commonly used tool is the migrate script that is discussed in depth in the Database schema versioning part of the documentation.

There is a second tool migrate_repository.py that may be used to migrate your repository from a version before 0.4.5 of SQLAlchemy migrate to the current version.

Running migrate_repository.py is as easy as:

migrate_repository.py repository_directory

Previous topic

Database changeset API

Next topic

API Documentation

This Page