| Paketname | python-migrate |
| Beschreibung | Database schema migration for SQLAlchemy |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.6-4 |
| Sektion | python |
| Priorität | optional |
| Installierte Größe | 1156 Byte |
| Hängt ab von | python (>= 2.4), python-support (>= 0.90.0), python-sqlalchemy (>= 0.5.1), python-pkg-resources, lib |
| Empfohlene Pakete | |
| Paketbetreuer | Jan Dittberner |
| Quelle | migrate |
| Paketgröße | 155864 Byte |
| Prüfsumme MD5 | 0154204eb087145fe74cbc64fe2487da |
| Prüfsumme SHA1 | 4e2edb21642142179e4bee341c42e0165b3f28df |
| Prüfsumme SHA256 | 73072d7dea54002f148f9359c3333df699d5688193f627d48e7be9e0896a2e54 |
| Link zum Herunterladen | python-migrate_0.6-4_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.
|