Download the PHP package nish/db-migration without Composer
On this page you can find all versions of the php package nish/db-migration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nish/db-migration
More information about nish/db-migration
Files in nish/db-migration
Download nish/db-migration
More information about nish/db-migration
Files in nish/db-migration
Vendor nish
Package db-migration
Short Description Simple DB migration tool
License MIT
Homepage https://github.com/nishimura/db-migration
Package db-migration
Short Description Simple DB migration tool
License MIT
Homepage https://github.com/nishimura/db-migration
Please rate this library. Is it a good library?
Informations about the package db-migration
db-migration
Simple DB migration tool
DB Migration tool for PostgreSQL.
Version management by sh1 file hash, like git.
Install
Migration File
db-migration/001_Foo.php
setup dsn
run command
Automatically scan file changes
change 001_Foo.php
run command
--dry-run: rollback transaction
--donw: allow downgrade
--dev: run upgrade -> downgrade -> upgrade
and
NOTE: show file by git command
Migration by any files
This tool scans all php files in db-migration directory.
Scan order is file system base.
Downgrade order is timestamp.
All versions of db-migration with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package nish/db-migration contains the following files
Loading the files please wait ....