dbmigrate 0.1
Database migration utilities
Latest Version: 0.1.19
A set of utilities for managing database migrations. It provides functionality similar to rails migrations. You write sets of SQL statements and functions to upgrade and downgrade your database. The utilities migrate your database between revisions using these scripts.
Migrations are performed using setuptools extensions, command line utilities, or through direct manipulation of the migration engine in your own code.
Nose and unittest can also drive the migration process using the DBTestCase class.
- Author: Jeff Younker
- Download URL: http://www.theblobshop.com/downloads/dbmigrate-0.1.tar.gz
- Keywords: db dbapi sql migration upgrade database
-
License:
Copyright: Shannon -jj Behrens <jjinux@gmail.com> -- distributed under the same license as pylons
- Platform: Any
- Categories
- Package Index Owner: jeff
- DOAP record: dbmigrate-0.1.xml
