Browse Every Table
See all tables in the database with row counts, and click to view the data.
Open a SQLite database file in your browser, browse its tables, run SQL queries, and export the results. Free, no signup, nothing uploaded.
Drag and drop a .sqlite or .db file or click to choose one. It opens right in your browser.
Click a table to see its rows, or write your own SQL query and run it with the button or Ctrl plus Enter.
Download the current table or query result as a CSV file.
SQLite databases are everywhere, inside apps, browsers, phones, and exports. Opening one usually means installing a database tool just to peek at a few tables. This viewer skips that. Drop in a .sqlite or .db file and it opens right in the page.
You get the list of tables with their row counts on the left. Click one to see its rows, or write your own SQL in the query box and run it. Results come back in a clean, scrollable table, with NULL values marked clearly. When you find what you need, export the table or the query result to CSV.
The whole database is read on your own device, so nothing is uploaded. That makes it a quick, private way to inspect app data, debug, or pull a table out as CSV.
See all tables in the database with row counts, and click to view the data.
Write and run any read query, with Ctrl plus Enter to execute and clear error messages.
Download the table you are viewing or your query result as a clean CSV file.
Open .sqlite, .db, and similar files instantly without any database software.
Expand the table to fill the screen when you are working with wide data.
The database is read on your device. Nothing is uploaded, logged, or stored.
More Developer tools you might find useful.
Common questions about viewing SQLite files.