In-Browser SQLite Viewer & Query Runner
Open, browse tables, and execute SQL queries on .sqlite and .db files locally in your browser. Fast, free, and fully client-side.
How the In-Browser SQLite Viewer & Query Runner Works
A client-side SQLite database explorer. Open any SQLite database file locally in your browser, inspect schemas, browse tables, filter records, and run custom SQL queries.
Usage Example
Drop a .sqlite or .db file to inspect its tables and run custom SQL SELECT queries.
Frequently Asked Questions
Are my database files uploaded to any server?
No. The SQLite database is parsed and queried in-memory entirely within your browser. Your data stays strictly on your machine.
Can I run custom SQL queries?
Yes. You can write and execute arbitrary SQLite SQL queries including SELECT, JOIN, GROUP BY, aggregations, and PRAGMA statements.
Can I export the query results?
Yes. You can export query results to CSV or JSON files with a single click.
Browse more
See all developer reference guides and interactive utilities.
