@anotherco/sqlite
v0.1.1
Published
Browse any SQLite database in your web browser. Point it at a `.db`, `.sqlite`, or `.sqlite3` file and get a clean, read-only view of what's inside:
Downloads
175
Readme
SQLite Viewer
Browse any SQLite database in your web browser. Point it at a .db, .sqlite,
or .sqlite3 file and get a clean, read-only view of what's inside:
- Tables & views listed in a sidebar
- Rows in a fast, paginated grid
- Schema for each table — columns, indexes, foreign keys, and the original
CREATEstatement
Your data is opened read-only, so browsing never changes anything.
Getting started
bunx @anotherco/sqlite --file /path/to/your-database.dbThen open the URL it prints in your browser.
Inside the another desktop
This is an app for the another desktop —
just click a database file and it opens automatically, no commands needed.
Made by AnotherCo · Read-only, safe to point at any SQLite file.
