Database schema migration for SQLAlchemy
Go to file
2008-12-02 18:27:16 +00:00
docs - prepare for release 0.4.0 2008-02-14 21:07:25 +00:00
migrate fixes to postgres, shell. removal of "run" module. 2008-12-02 18:27:16 +00:00
test print statement removal 2008-12-02 15:57:53 +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 removed dependency on py.test 2008-12-01 21:22:07 +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