cli-sqlite
v1.0.0
Published
Using sqlite on command line interface
Readme
cli-sqlite
Very simple sqlite usage on command line interface
install
npm install cli-sqlite -g;Usqage
global sqlite ( local database )
$ sqlite specific file
$ sqlite db.sqltespecial commands
!tables
show all tables ( aka
show tablesin mysql )
db > !tablesdb > !tables
| (index) | name | |-|-| | 0 | 'test' |
exit
exit
