This project will be cleaned up and updated then ported over to sixlabs. Information on when that change takes place will be posted here.
npm install -g tjay-sql-sync
Install and run sql-sync
. It Will guide you through the test.
If the config already exists you can quick run by using sql-sync -c <config password>
.
v0.0.5
- Added simple post sync script. Defined in sync config json as "post_sync": "/home/vagrant/test.sh". MUST BE FULL PATH TO SCRIPT
v0.0.4
- Updated find and replace to be able to handle multiple inputs. Format is
Find|Replace, Find2|Replace2, Find3|Replace3
. Need to update the CLI to be able to handle recursive input for cleaner UI.