SQL Database File Viewer
See your SQL database tables, schemas, and data within your browser.
The database file is processed only in browser memory and is not uploaded to or stored on the server. It is opened in read-only mode.
Open SQL DB file
Drop .db/.sqlite/.sqlite3 files
or click to select file
- File name
- -
- File size
- -
- Tables
- 0
- View
- 0
Browse database
Open your SQL DB file and select your table or view from the left side.
There is no data to display.
CREATE SQL
Read-only SQL
Only SELECT, WITH, EXPLAIN, and safe PRAGMA can be executed. Display up to 1,000 rows.
About this tool
You can check the structure and contents of your SQL DB file in read-only mode without connecting to the database server.
Features
- SQLite compatible SQL DB file
- Table view schema display, data search, read-only SQL
How to use
- Select or drop one SQL DB file.
- Select a table or view and review the schema and data.
- Execute read-only SQL as needed.
Limitations
- Database formats other than SQLite and encrypted DBs are not supported.
- Data-modifying SQL statements cannot be run, and the original file is never changed.
Privacy: The selected files and conversion/analysis results are processed within the browser and are not sent or saved to the Develop Tools server.