Why use this SQLite Viewer?
- Quickly inspect SQLite database schemas without installing software
- Run ad‑hoc queries to fetch exactly the data you need
- Export query results to CSV or Excel for further analysis
- No upload – your data stays secure
How to use – 3 simple steps
- Upload your .db / .sqlite / .sqlite3 file
- Click a table in the left pane – its schema appears in the Table Data tab
- Switch to the Query tab, write a SELECT query, and click Run
Features
- ✅ 100% client‑side – no data leaves your device
- ✅ Supports all SQLite databases (sql.js backend)
- ✅ Table browser in scrollable left pane with white text
- ✅ Table Data tab shows schema only (columns, types, keys)
- ✅ Query & Results tab for custom SQL queries
- ✅ Export results to CSV and Excel
- ✅ Free forever
Privacy & Security
- 🔒 All processing is local – no files uploaded
- 🚫 No tracking, no logs
- 💼 Safe for sensitive databases
Frequently Asked Questions
What file formats are supported?
.db, .sqlite, .sqlite3. The tool uses sql.js (WebAssembly).
Can I run UPDATE or DELETE queries?
Only SELECT queries are allowed for safety.
How do I view a table's schema?
Click the table name in the left pane – it loads in the Table Data tab.
How do I see table data?
Switch to the Query & Results tab and run a SELECT query.