Package python-module-simple-db-migrate: Information

    Source package: python-module-simple-db-migrate
    Version: 2.2.0-alt2.git20150114
    Build time:  Mar 6, 2015, 01:47 PM in the task #141526
    Report package bug
    License: ASLv2.0
    Summary: Database versioning and migration tool inspired on Rails Migrations
    Description: 
    simple-db-migrate is a database versioning and migration tool inspired
    on Rails Migrations. This tool helps you easily refactor, manage and
    track your database schema. The main difference is that Rails migrations
    are intended to be used only on Ruby projects while simple-db-migrate
    makes it possible to have migrations in any language (Java, Python,
    Ruby, PHP, whatever). This is possible because simple-db-migrate uses
    database's DDL (Data Definition Language) to do the database operations,
    while Rails Migrations are written in a Ruby internal DSL.

    List of rpms provided by this srpm:
    python-module-simple-db-migrate (noarch)


    List of contributors:
    Eugeny A. Rostovtsev

      1. python-devel
      2. python-module-coverage
      3. python-module-mock
      4. python-module-nose
      5. python-module-setuptools-tests

    Last changed


    March 6, 2015 Eugeny A. Rostovtsev 2.2.0-alt2.git20150114
    - Fixed build
    Feb. 20, 2015 Eugeny A. Rostovtsev 2.2.0-alt1.git20150114
    - Initial build for Sisyphus