Online SQLite Viewer
Drop in a SQLite database and explore each table in a familiar Google Sheets-like grid. Initial rows load instantly and more stream in as you scroll.
Quick start
- 1
Drop in your database
Upload a .sqlite or .db file — everything stays in your browser.
- 2
Browse tables as sheets
Each table appears as a tab so you can jump between them effortlessly.
- 3
Scroll to stream more rows
We load the first chunk instantly and fetch more as you scroll, keeping things fast.
Data stays on your device
All processing runs locally in your browser. Nothing is sent to any server.
Our SQLite Viewer lets you open .sqlite and .db files directly in your browser using sql.js. Browse tables in a Google Sheets-like grid, scroll to stream more rows lazily, and export CSV snapshots — all without any uploads or server-side processing.
100% Client-Side
Processing
100 Rows/Table
Initial Load
CSV
Export
Tabbed Table Navigation
Each table in the database appears as a tab so you can jump between them effortlessly, just like sheets in a spreadsheet.
Lazy Row Streaming
We load the first 100 rows per table immediately, then fetch batches of 250 rows as you scroll for smooth performance.
Private & Secure
The viewer uses sql.js entirely in your browser so the database never leaves your machine. No uploads, no server processing.
Is my SQLite database uploaded anywhere?
No. The viewer uses sql.js in your browser so the database never leaves your machine.
How many rows can I explore?
We load the first 100 rows per table immediately, then fetch batches of 250 rows as you scroll for smooth performance.
Can I export data from a table?
Yes. Use the Export CSV button in the toolbar to download the currently visible sheet.