Database schema migration for SQLAlchemy
Go to file
2009-01-06 21:44:27 +00:00
docs - prepare for release 0.4.0 2008-02-14 21:07:25 +00:00
migrate apply patch for Issue #43 (better SQLite support) by Florian Apolloner 2008-12-30 20:43:40 +00:00
test apply patch for Issue #43 (better SQLite support) by Florian Apolloner 2008-12-30 20:43:40 +00:00
CHANGELOG fixes to postgres, shell. removal of "run" module. 2008-12-02 18:27:16 +00:00
README moved trunk, branches and tags to project root 2008-02-06 18:39:07 +00:00
setup.cfg - release 0.4.4 2008-04-04 20:40:35 +00:00
setup.py Depend on SQLAlchemy >= 0.5 at runtime and nose for setup 2009-01-06 21:44:27 +00:00
test_db.cfg.tmpl moved trunk, branches and tags to project root 2008-02-06 18:39:07 +00:00

Help: 
http://code.google.com/p/sqlalchemy-migrate/
http://groups.google.com/group/migrate-users

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

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

[1] http://codespeak.net/py/current/doc/test.html