Metadata-Version: 1.0
Name: simple-db-migrate
Version: 1.4.2.1
Summary: simple-db-migrate is a database versioning and migration tool inspired on Rails Migrations.
Home-page: http://guilhermechapiewski.github.com/simple-db-migrate/
Author: Guilherme Chapiewski
Author-email: guilherme.chapiewski@gmail.com
License: Apache License 2.0
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.
Keywords: database migration tool mysql
Platform: UNKNOWN
