SQLite Viewer
Open SQLite databases (.sqlite, .db), browse tables, and run SQL queries in the browser via WebAssembly.
About SQLite Viewer
Open SQLite database files (.sqlite, .db) and browse their tables, schema, and rows. Run SQL queries against the database using sql.js, entirely in the browser.
How to Use
Upload or drag in a .sqlite, .db, or .sqlite3 file. The viewer loads the database into an in-browser SQL engine (sql.js / WebAssembly) and lets you inspect tables and run queries.
Privacy
Databases are loaded into your browser via WebAssembly. The file is never uploaded to a server.
▶Which formats are supported?
SQLite 3 database files (.sqlite, .db, .sqlite3, .db3). Encrypted (SQLCipher) databases cannot be opened without their key.
▶Can I edit or query the database?
Yes — you can browse tables and run SELECT queries locally. Edits are made to the in-browser copy only; your original file is not modified.
If this tool has been helpful to you, consider buying me a coffee.
Buy me a coffee