Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

jaredkrinke/sqlite-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Barebones "read, evaluate, print loop" (REPL) for Sqlite

Install by cloning the Git repository, and then running "npm install" to install dependencies (e.g. Sqlite).

To start an interactive session:

node sqlite-repl.js [FileName]

If "FileName" is omitted or is "-", a temporary, in-memory database is used.

To run commands from a file (assuming cmd.exe, Bash, etc.):

node sqlite-repl.js < input.txt

Commands can span multiple lines, and must be terminated with a semicolon.

About

Barebones Node.js REPL for Sqlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors