alembic 0.6.0+ds-0ubuntu1 source package in Ubuntu

Changelog

alembic (0.6.0+ds-0ubuntu1) saucy; urgency=low

  * New upstream release.
 -- Chuck Short <email address hidden>   Tue, 17 Sep 2013 14:15:05 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
alembic_0.6.0+ds.orig.tar.gz 169.2 KiB eb4c433f3853be755819272c74a893bafb4ab2a3932042ab3794e2b7b0fc1e25
alembic_0.6.0+ds-0ubuntu1.debian.tar.gz 3.8 KiB 590733b46232dedc3f2868d5e65829e2e24c5fa1d9fba2fccce3f0a0e22e893c
alembic_0.6.0+ds-0ubuntu1.dsc 1.5 KiB db73c90adfe02f123b976e6340859cf3160f2c37cf289e36a7d28340706f0283

View changes file

Binary packages built by this source

alembic: lightweight database migration tool for SQLAlchemy

 Alembic is a new database migration tool, written by the author
 of SQLAlchemy. A migration tool offers the following functionality:
 .
  * Can emit ALTER statements to a database in order to change the
    structure of tables and other constructs
  * Provides a system whereby "migration scripts" may be constructed;
    each script indicates a particular series of steps that can
    "upgrade" a target database to a new version, and optionally a
    series of steps that can "downgrade" similarly, doing the same
    steps in reverse.
  * Allows the scripts to execute in some sequential manner.