DB Viewer is a free in-browser SQLite database viewer. Drag and drop any .db, .sqlite, or .sqlite3 file to browse tables, filter and sort rows, run read-only SQL, draw charts, and export to CSV or JSON. All processing happens locally; your data never leaves your device.
Yes. DB Viewer is completely free, with no signup, no ads, and no upload. It runs entirely in your browser.
No. All processing happens locally in your browser using sql.js (a WebAssembly build of SQLite). Your data is never uploaded to a server.
DB Viewer supports SQLite database files with .db, .sqlite, and .sqlite3 extensions.
Yes, with limitations. The built-in SQL console is read-only and accepts SELECT, WITH, PRAGMA, and EXPLAIN statements. INSERT, UPDATE, DELETE, and schema changes are blocked to protect your file.
Yes. Export the current table or query results to CSV or JSON with the Export buttons.
Histograms for numeric columns, bar and pie charts for categorical columns, and line graphs for time-series data.
Yes. Ctrl+O opens the file picker, Enter runs a SQL query while the console is focused, and Escape clears the search box.
Like DB Viewer? Try the Wordle Solver, browse the full portfolio, or read more about Ghillie.