2008-02-14 21:07:25 +00:00

1.0 KiB

SQLAlchemy Migrate

SQLAlchemy schema change management

Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate provides a way to deal with database schema changes in SQLAlchemy projects.

Migrate was started as part of Google's Summer of Code by Evan Rosson, mentored by Jonathan LaCour.

The project was taken over by a small group of volunteers when Evan had no free time for the project. It is now hosted as a Google Code project. During the hosting change the project was renamed to SQLAlchemy Migrate.

  • Download
  • Documentation:
    • Versioning: Version tracking/update management for your database schema
    • Changeset: Database-independent schema changes; ALTER TABLE with SQLAlchemy