This repository is developed to make use of the mysqldiff utility to provide a skeema-like "file v.s. livedb" schema sync support across Windows, Linux and OSX.
By far it's for leisure and personal convenience so don't expect much, I'll try my best to update codes and this README though.
Just run
user@proj-root> node /index.js --help
and you'll find out.
The default comparison options used by this tool WON'T generate valid altering scripts for no AUTO_INCREMENT -> with AUTO_INCREMENT
column changes, but works for "creating column with AUTO_INCREMENT".