Skip to content

Releases: DeploymentTools/MySQL-to-object-mapper

Diffs and console app.

Choose a tag to compare

@bogdananton bogdananton released this 01 Nov 13:17

Setup Jenkins shell command:

rm ~/mysqltool.phar
wget https://github.com/DeploymentTools/MySQL-to-object-mapper/releases/download/1.0.2/mysqltool.phar -q -O ~/mysqltool.phar
chmod +x ~/mysqltool.phar
~/mysqltool.phar sync:compare user:pass@host/db1 user:pass@host/db2

live and dumps extractor

Choose a tag to compare

@bogdananton bogdananton released this 12 Apr 21:21
1.0.1

added server connector

initial release

Choose a tag to compare

@bogdananton bogdananton released this 05 Apr 00:23

Scans a folder or a file containing MySQL structure dumps and exports the detected structure in JSON files.

Known issues:

  • comment and default are not extracted corectly