@cthru/devsql

1.0.0 • Public • Published

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 in
dbmigration.date_time.sql

Readme

Keywords

none

Package Sidebar

Install

npm i @cthru/devsql

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

7.48 kB

Total Files

4

Last publish

Collaborators

  • mark.h