Feature: Bulk insert, delete, read - npm v0.2.5

This commit is contained in:
oof1lab
2017-11-13 12:41:00 +05:30
parent 3da5e3c0c0
commit fb97051753
8 changed files with 311 additions and 67 deletions

View File

@@ -11,7 +11,7 @@ program.on('--help', () => {
})
program
.version('0.2.4')
.version('0.2.5')
.option('-h, --host <n>', 'hostname')
.option('-d, --database <n>', 'database schema name')
.option('-u, --user <n>', 'username of database / root by default')