@cthru/devsql
v1.0.0
Published
Mysql Dump script for easy mysql exports
Downloads
3
Readme
Install
npm install -g @cthru/devsql
Use
dbmigration.json
{
"host": "dbhost.com",
"user": "dbuser",
"password": "dbpass",
"database": "database",
"tables": ["table1", "table2"],
"extendedInsert": true,
"addDropTable": true,
"addLocks": true,
"disableKeys": true
}
devsql dbmigration.json
will result indbmigration.date_time.sql