migrate 0.7.1-1 source package in Ubuntu

Changelog

migrate (0.7.1-1) unstable; urgency=low

  * New upstream release (better fix for column creation for columns with
    foreign keys).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  28 May 2011 08:18:58 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Jan Dittberner
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
migrate_0.7.1.orig.tar.gz 99.0 KiB 11ebee99663118d94dadf41035f73bb2d7ac0e4492c29b59824a8aaddb28b9f8
migrate_0.7.1-1.debian.tar.gz 7.1 KiB b9b7f911594afa745177f6d61464e4d9ad1a0bc2e0728e93f44cdf535885b365
migrate_0.7.1-1.dsc 2.0 KiB 05d637c95397be2d0870b5ed145681d5caf8b369f2ceb60394a3447ecf3edc9e

Available diffs

View changes file

Binary packages built by this source

python-migrate: Database schema migration for SQLAlchemy

 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.