SQLite Viewer
Load a SQLite file into sql.js and run queries—entirely in your browser.
The database file is loaded into memory with sql.js only in your browser. It is not uploaded to Infyways.
SQLite viewer
Open a small .sqlite / .db file and run read-only SQL. WASM loads from sql.js.org.
Highlights
Lightweight database peek without installing desktop tools.
Stays on your device
The whole database is read in-memory in your tab using sql.js. Nothing is sent to our servers.
Quick inspection
List tables from sqlite_master or sample rows—handy for small app databases and exports.
How to Use
Simple 2-step process
Step 1
Upload a modest-sized SQLite file from your machine.
Step 2
Run SELECT queries; results appear as JSON from sql.js exec().
Frequently Asked Questions
Everything you need to know about this tool and how it works.
See Full FAQsql.js can run writes, but this UI is aimed at inspection. Prefer copies and avoid destructive statements unless you understand the risks.
Still have questions?
Can't find what you're looking for? We're here to help you get the answers you need.