100% local · nothing is uploaded
ReadOnlySQL opens .sqlite, .sqlite3,
.db, and .db3 files right in your
browser. Inspect tables, indexes, views, and triggers, browse
rows with sort and filter, and run read-only SELECT queries —
without uploading your database anywhere.
Loading the interactive app…
.sqlite or .db file onto the page. The file stays on your device.No. ReadOnlySQL loads and queries your database entirely in the browser using a WebAssembly build of SQLite that runs inside a Web Worker. Your file never leaves your device.
Any SQLite database file, including .sqlite, .sqlite3, .db, and .db3. Files up to 500 MB are supported per session.
No. ReadOnlySQL is a read-only SQLite viewer. Only SELECT, WITH, EXPLAIN, and a safe allowlist of introspection PRAGMAs are accepted. Destructive statements are rejected before execution.
No. ReadOnlySQL runs in any modern browser with WebAssembly support — Chrome, Edge, Firefox, or Safari. There is nothing to download or install.
Yes. ReadOnlySQL is free to use, with no account and no ads.
DB Browser for SQLite is a full-featured desktop application that can modify databases. ReadOnlySQL is a browser-only, read-only viewer focused on fast schema inspection, safe SQL exploration, and zero-install access from any machine.