cli-sqlite

1.0.0 • Public • Published

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.sqlte

special commands

!tables

show all tables ( aka show tables in mysql )

 db > !tables

db > !tables

(index) name
0 'test'

exit

exit

Readme

Keywords

Package Sidebar

Install

npm i cli-sqlite

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

10.5 kB

Total Files

4

Last publish

Collaborators

  • alexkang