Socket
Book a DemoInstallSign in
Socket

cli-sqlite

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-sqlite

Using sqlite on command line interface

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

cli-sqlite

FAQs

Package last updated on 28 Oct 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts