simple-db-migrate is a database versioning and migration tool inspired on Rails Migrations.
Project 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for simple-db-migrate-1.4.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0606626d51b85e85cc15c63eb56a618b8ac54ff4c1cf8c7157f52a63becc3dc |
|
MD5 | 1c2ea849d9707860370ccf62c6a0691a |
|
BLAKE2b-256 | c889a00ca426a9472fe88e85bac63ee3ee560efd84c56cefd07a66312fc410a2 |