Skip to main content
Develop Tools

SQL Database File Viewer

Inspect SQL database tables, schemas, and data in 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

Select SQL DB 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.

Read-only SQL

Only SELECT, WITH, EXPLAIN, and safe PRAGMA statements can be executed. Up to 1,000 rows are displayed.

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

  1. Select or drop one SQL DB file.
  2. Select a table or view and review the schema and data.
  3. 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: Selected files and conversion or analysis results are processed in your browser and are neither sent to nor stored on the Develop Tools server.