PyMigrate is a free and open source Python utility that can be used in two ways: stand-alone and inclusion in an application. In either case all that is needed in an initial configuration dictionary, a version to run to and the environment to run in.
NOTE: PyMigrate is licensed and distributed under the terms of the MIT License.
Here are some key features of "PyMigrate":
· Create/Drop Tables.
· Add/drop/rename/change columns on tables
· Add/remove indexes on table
· Run raw sql
· Run Python code
Requirements:
· Python