jan.dittberner 5289c4df3b migrate.versioning PEP-8 improvements, more documentation
- made api.py, cfgparse.py, exceptions.py, genmodel.py,
  migrate_repository.py, and pathed.py PEP-8 clean
- add tools.rst documenting the usage of migrate_repository.py
- add more modules to api.rst
- reference tools.rst from index.rst
2009-01-25 21:08:33 +00:00

1.2 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

SQLAlchemy is split into two parts, database schema versioning and database changeset management. This is represented by two python packages migrate.versioning and migrate.changeset. The versioning API is available as the migrate command.

versioning changeset tools api

Indices and tables

  • genindex
  • modindex
  • search