This SQLite Browser runs entirely inside your browser via WebAssembly. The engine is @sqlite.org/sqlite-wasm — the official WebAssembly port of SQLite published by the SQLite team themselves. It ships as a normal static asset (~3 MB cached after first load), instantiates locally, and operates on the bytes from your file without ever sending them anywhere.
The privacy story matches our PDF Text Extractor: every competing online SQLite viewer either uploads your file or uses an opaque loader you can't audit. Open your browser's Network tab while loading a database here and you'll see exactly one outbound request — the SQLite WebAssembly module on first use — and zero requests carrying your database data.
Output: the schema sidebar lists every user table, column types, indexes, and row counts. The editor accepts any SQL that the SQLite engine supports — SELECTs, JOINs, CTEs, window functions, JSON1, FTS5, RTree. Results land in a virtualized grid that handles tens of thousands of rows smoothly, with one-click export to CSV / JSON / Markdown table format.
Get Weekly Tools
Join 10,000+ users getting our tool updates.