Download the PHP package vielhuber/magicdiff without Composer
On this page you can find all versions of the php package vielhuber/magicdiff. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vielhuber/magicdiff
More information about vielhuber/magicdiff
Files in vielhuber/magicdiff
Download vielhuber/magicdiff
More information about vielhuber/magicdiff
Files in vielhuber/magicdiff
Vendor vielhuber
Package magicdiff
Short Description Generates a sql diff between two given database states.
License MIT
Package magicdiff
Short Description Generates a sql diff between two given database states.
License MIT
Please rate this library. Is it a good library?
Informations about the package magicdiff
☕ magicdiff ☕
magicdiff generates automagically sql diffs for a database between two given states.
Key benefits
- Spits out real sql queries that can be applied on previous state
- Does not use sql triggers or binary / ddl logs
- Works with any shared hosting provider
- Data and schema changes, at the same time
- Fast
- Command line tool and class usage possible
- Covered through test suite
- Returns (separate) diffs and patch files
- Can ignore certain tables
- Takes care of (primary) keys and all kinds or altering tables
- Zero dependencies
Disclaimer
This does not prevent you from taking backups. Use this script at your own risk.
Command line
Installation
Usage
Class
Installation
Usage
All versions of magicdiff with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package vielhuber/magicdiff contains the following files
Loading the files please wait ....