- Intent
- Open a local SQLite database in your browser, run safe SELECT queries, and export result tables as CSV/JSON without uploading files.
- What it does
- Loads a SQLite file locally using WebAssembly, lists tables, executes SELECT/WITH queries, and exports the current result set.
- Key features
- Local DB load, Table list shortcuts, SELECT/WITH query runner, Query history controls, Failed-query retry, Paged + sortable result view, CSV/JSON export
- Privacy
- Runs locally in your browser. Database files are not uploaded.
- Best for
- Quickly inspecting SQLite files without installing desktop tools
- Support/debug workflows where you need a fast read-only data check
- Teams handling sensitive DB snapshots that must remain local
- Why this tool
- No setup beyond opening the page and selecting a DB file
- Read-only query guardrails reduce accidental destructive actions
- History and paging keep repetitive inspection faster
- One-click exports for ad-hoc reporting