Feature : 'in' comparison operator in where clause npm v0.2.8

This commit is contained in:
oof1lab
2017-11-14 17:52:55 +05:30
parent 7a2c5b3f62
commit 087ce3b2e4
5 changed files with 78 additions and 29 deletions

View File

@@ -11,7 +11,7 @@ program.on('--help', () => {
})
program
.version('0.2.7')
.version('0.2.8')
.option('-h, --host <n>', 'hostname / localhost by default')
.option('-u, --user <n>', 'username of database / root by default')
.option('-p, --password <n>', 'password of database / empty by default')