Open SQLite Files • 100% Local

Open SQLite Files
In Your Browser.

Browse tables, run SQL, edit rows, export data, and visualize SQLite databases directly in your browser. No uploads, no installs, and your data stays local.

No server uploads
WASM Powered
sqlite-viewer.app
users
orders
schema
Run SQL
1 SELECT id, email, created_at, status
2 FROM users
3 WHERE status = 'active'
4 ORDER BY created_at DESC
id (PK)
email
created_at
status
9482
alice@example.com
2026-06-21 14:22
active
9481
bob.smith@dev.io
2026-06-21 11:04
active

Everything you need.
Nothing you don't.

A complete toolkit for SQLite database management, crafted for developers who value speed and raw information density.

01 // INTUITIVE

High-Density Interface

Browse tables, run queries, and modify data with an interface designed for modern workflows. Say goodbye to clunky database tools.

02 // SECURE

Private by Default

Your database stays on your device. We only collect anonymous usage stats to improve the app. Operates entirely offline.

03 // EDIT

Pro SQL Editor

Write complex queries with syntax highlighting and auto-completion. Download your results as CSV, JSON, or SQL dump instantly.

Security First Architecture

What happens in your browser, stays in your browser.

Unlike other online tools, we don't upload your database to a cloud server to process it. We bring the processing engine directly to your data.

  • WebAssembly PoweredUsing SQL.js to run a complete SQLite engine inside your browser tab.
  • Zero LatencySince there's no network round-trip for queries, your interactions are instantaneous.
network_logs.txt
~ sqlite-viewer start
Initializing WASM engine...
Loading database local file...
Processing query locally...
[SUCCESS] No network requests made.
~ _

Get started in seconds

Open File

Drag & drop your .sqlite or .db file.

Explore & Edit

Query tables, modify rows, or design schema.

Export

Save changes back to a file instantly.

Ready to inspect your data?

No signup required. No credit card. 100% Free and Open Source.