Skip to content

Releases: DeploymentTools/MySQL-to-object-mapper

Diffs and console app.

01 Nov 13:17

Choose a tag to compare

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

12 Apr 21:21

Choose a tag to compare

1.0.1

added server connector

initial release

05 Apr 00:23

Choose a tag to compare

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