[3] | 1 | Metadata-Version: 1.0 |
---|
| 2 | Name: sqlalchemy-migrate |
---|
| 3 | Version: 0.5.4 |
---|
| 4 | Summary: Database schema migration for SQLAlchemy |
---|
| 5 | Home-page: http://code.google.com/p/sqlalchemy-migrate/ |
---|
| 6 | Author: Jan Dittberner |
---|
| 7 | Author-email: jan@dittberner.info |
---|
| 8 | License: MIT |
---|
| 9 | Description: |
---|
| 10 | Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with database schema changes in `SQLAlchemy <http://sqlalchemy.org>`_ projects. |
---|
| 11 | |
---|
| 12 | Migrate extends SQLAlchemy to have database changeset handling. It provides a database change repository mechanism which can be used from the command line as well as from inside python code. |
---|
| 13 | |
---|
| 14 | Platform: UNKNOWN |
---|