Changeset [4dc7f71a21707684d2ae496a9718ce6418204817] by Bernardo Heynemann
August 4th, 2010 @ 08:26 PM
Refactoring mysql.py into a more abstract db tier.
http://github.com/guilhermechapiewski/simple-db-migrate/commit/4dc7...
Committed by Bernardo Heynemann
- A src/dbtier.py
- A tests/dbtier_tests.py
- M Makefile
- M setup.py
- M src/__init__.py
- M src/cli.py
- M src/config.py
- M src/helpers.py
- M src/main.py
- M src/mysql.py
- M tests/cli_test.py
- M tests/config_test.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
simple-db-migrate is a database migration tool inpired on Rails migrations. For more info check the project website: http://guilhermechapiewski.github.com/simple-db-migrate/