SQLite Viewer – Browse Schemas & Query Data Online

Upload your SQLite database file (.db, .sqlite, .sqlite3) and view table schemas in the Table Data tab, or run custom SQL queries in the Query tab. No auto‑fetch – you control what data you see. 100% private, no upload.

✓ 100% Client‑Side ✓ .db, .sqlite, .sqlite3 ✓ Schema + Query ✓ Free Forever
Upload SQLite Database -> Drag & drop or click to choose a .db, .sqlite, or .sqlite3 file
Drop your SQLite file here or click to browse
Supports .db, .sqlite, .sqlite3 files

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.