Database schema migration for SQLAlchemy
Project description
Inspired by Ruby on Rails’ migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects.
SQLAlchemy Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code.
This packaged represents a newly-maintained iteration of the project developed by Evan Rosson for Google Summer of Code, originally named migrate.
This is the version for compatibility with SQLAlchemy > 0.4.0 and should be fully functional. See the project’s source page on Google Code for info on checking out the current version from Subversion.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.