Paketname | python-migrate |
Beschreibung | Database schema migration for SQLAlchemy |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.5.4-3 |
Sektion | universe/python |
Priorität | optional |
Installierte Größe | 752 Byte |
Hängt ab von | python (>= 2.4), python-support (>= 0.90.0), python-sqlalchemy (>= 0.5.1), python-pkg-resources, pyt |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | migrate |
Paketgröße | 100676 Byte |
Prüfsumme MD5 | ddd972e91ba3125649682729f0487f60 |
Prüfsumme SHA1 | 008626f6db0b8603b5931c7e72fa855df9130650 |
Prüfsumme SHA256 | a0d61fb9fa8ec5ac1287848a72c0c26a3ed08a7c41dc4f21e068a4feb8531a55 |
Link zum Herunterladen | python-migrate_0.5.4-3_all.deb |
Ausführliche Beschreibung | Inspired by Ruby on Rails' migrations, migrate provides a way to deal
with database schema changes in SQLAlchemy projects.
.
SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset
and a versioning API for database schemas as well as a script utilizing
these APIs. The database change sets are managed in a file based
repository allowing upgrades and downgrades of database schema versions.
The change sets may consist of Python code facilitating the changeset API
or SQL scripts.
.
SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle
databases. The support for Oracle is not as well tested as the support for
the other database systems.
|