artyomLisovskij / mysql-compare-dump-diff-as-alter

Compare two mysql dumps and output diffs of tables as CREATE TABLE, diff of fields as ALTER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql-compare-dump-diff-as-alter

Compare two mysql dumps and output diffs of tables as CREATE TABLE, diff of fields as ALTER

Dependencies

pip install parse

Tested on python3.6

Usage

python mysql-diff.py dump1.sql dump2.sql diff.sql

About

Compare two mysql dumps and output diffs of tables as CREATE TABLE, diff of fields as ALTER


Languages

Language:Python 100.0%