SQLite Database Viewer & Query Runner

Open a .sqlite/.db file in your browser and run SQL against it.

Works Offline
Privacy First
No Login
No API

Open a SQLite database

Files are read fully in your browser's memory — nothing is uploaded.

Drop a file here

Drop a .sqlite, .db, or .sqlite3 file, or click to browse.

About the SQLite Database Viewer & Query Runner

Drop in a SQLite database file and inspect it entirely client-side: browse tables with row counts, view column schemas, page through data, and run arbitrary SQL queries with results exportable as CSV or JSON. Powered by sql.js (SQLite compiled to WebAssembly) — nothing is uploaded, and changes are never written back to the original file.

Examples

List tables

SELECT name FROM sqlite_master WHERE type='table';

Output

users, orders, products

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-11 · Runs entirely in your browser