Database schema migration for SQLAlchemy
Go to file
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
docs migrate.versioning PEP-8 improvements, more documentation 2009-01-25 21:08:33 +00:00
migrate migrate.versioning PEP-8 improvements, more documentation 2009-01-25 21:08:33 +00:00
test support for SA 0.5.1. 2009-01-19 23:39:53 +00:00
CHANGELOG PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst 2009-01-25 16:28:06 +00:00
README updated project documentation 2009-01-25 10:53:32 +00:00
setup.cfg switch from pudge to sphinx 2009-01-25 12:50:51 +00:00
setup.py add sphinx to setup dependencies 2009-01-25 12:51:36 +00:00
test_db.cfg.tmpl moved trunk, branches and tags to project root 2008-02-06 18:39:07 +00:00
TODO updated project documentation 2009-01-25 10:53:32 +00:00

SQLAlchemy-migrate is a tool and a set of APIs for managing changes to
database schemas.

Help
----

Help is available at the project page [1] and at the public users
mailing list [2].

New releases and major changes are announced at the public announce
mailing list [3] and at the Python package index [4].

[1] http://code.google.com/p/sqlalchemy-migrate/
[2] http://groups.google.com/group/migrate-users
[3] http://groups.google.com/group/migrate-announce
[4] http://pypi.python.org/pypi/sqlalchemy-migrate

Tests and Bugs
--------------

To run automated tests:
- Copy test_db.cfg.tmpl to test_db.cfg
- Edit test_db.cfg with database connection strings suitable for
  running tests.  (Use empty databases.)
- python setup.py test

Note that nose [5] is required to run migrate's tests. It should be
installed automatically; if not, try "easy_install nose".

Please report any issues with sqlalchemy-migrate to the issue tracker
at [6]

[5] http://somethingaboutorange.com/mrl/projects/nose/
[6] http://code.google.com/p/sqlalchemy-migrate/issues/list