๐Ÿ“ฆ DallasHoff / sqlocal-shell

An interactive shell for SQLite3 in the browser

โ˜… 3 stars โ‘‚ 0 forks ๐Ÿ‘ 3 watching โš–๏ธ MIT License
angularsqlitesqlite-wasmsqlocal
๐Ÿ“ฅ Clone https://github.com/DallasHoff/sqlocal-shell.git
HTTPS git clone https://github.com/DallasHoff/sqlocal-shell.git
SSH git clone git@github.com:DallasHoff/sqlocal-shell.git
CLI gh repo clone DallasHoff/sqlocal-shell
Dallas Hoffman Dallas Hoffman Upgrade SQLocal a09dd92 2 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ angular.json
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.app.json
๐Ÿ“„ tsconfig.json
๐Ÿ“„ tsconfig.spec.json
๐Ÿ“„ README.md

SQLocal Shell

An interactive shell for SQLite3 in the browser built with SQLocal and Angular.

  • Import or create SQLite databases and run queries against them
  • Interact through a terminal-like environment
  • All database operations happen locally in the browser
  • Databases can be persisted in the app or can be exported
Hosted at https://shell.sqlocal.dev/