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.
How to open a SQLite database online
- 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.
Frequently asked questions
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.