1.0.0 • Published 5 years ago
cli-sqlite v1.0.0
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 > !tables
db > !tables
| (index) | name |
|---|---|
| 0 | 'test' |
exit
exit
1.0.0
5 years ago