Skip to content

ctilly/sqlite-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SQLite Console

Local-only VS Code extension for CRUDing in a SQLite database.
This extension is built with no dependencies so no fear of supply chain attacks from transitory dependencies.

Requirements

  • sqlite3 CLI installed and available on PATH.

Usage

  • Open the folder in VS Code.
  • Click a .db, .sqlite, or .sqlite3 file to open the custom SQLite Console.
  • Use it to run queries, examine data, insert records, delete records, create views, etc...

Notes

  • Output uses tab-separated parsing; tabs within data will appear as column splits.
  • This extension executes SQL via the system sqlite3 command.

About

Very light weight SQLite console for use in VS Code as an extension.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors