Open SQLITE files online

SQLite stores an entire relational database in a single file. sql.js runs the SQLite engine in WebAssembly to browse tables.

Drop a SQLITE file to open it

or click to choose — everything stays on your device

Choose file

🔒 100% private — files never leave your browser

Or turn SQLITE into an image — snapshot the preview, add arrows or notes, and download a PNG.

What is a SQLITE file?

SQLite stores an entire relational database in a single file. sql.js runs the SQLite engine in WebAssembly to browse tables. The .SQLITE extension identifies a SQLite database file, which is served with the application/vnd.sqlite3 media type. You can open it here instantly — drop the file into the box above and it renders in your browser. Nothing is uploaded.

Besides this free online viewer, you can open SQLite database files in desktop apps such as DB Browser for SQLite, DBeaver — but here all you need is a web browser.

Quick facts

FormatSQLite database — SQLite database
File extensions.sqlite .db .sqlite3
MIME typeapplication/vnd.sqlite3
DeveloperD. Richard Hipp
CategoryData & analytics
Also opens inDB Browser for SQLite, DBeaver

How to open a SQLITE file online

  1. Click Choose file above, or drag your SQLITE file onto the box.
  2. The right viewer loads automatically and renders your file.
  3. Read, scroll or page through it. To open a different file, choose Open another file.

100% private — files never leave your browser.

Libraries used to render SQLITE in the browser

This viewer is built entirely with open-source JavaScript that runs in your browser:

Frequently asked questions

What is a .SQLITE file?

A .SQLITE file is a SQLite database, identified by the application/vnd.sqlite3 media type. You can open and read it instantly in the viewer above without installing anything.

What programs open SQLITE files?

On the desktop, SQLITE files typically open in DB Browser for SQLite, DBeaver. Online, this page opens them in any modern browser — nothing to download.

How do I convert SQLITE to an image?

Use Snapshot to capture the SQLITE preview, optionally add arrows, text or highlights, then download it as a PNG image.

Is it safe to open my SQLITE file here?

Yes. The file is read and rendered entirely by JavaScript inside your own browser. It is never uploaded to a server, so nothing leaves your device.

Do I need to install anything to view a SQLITE file?

No. There is nothing to install and no account to create. Open the page, drop your file, and it displays instantly.

Does it work on my phone or iPad?

Yes. The viewer is fully responsive and works in modern mobile and tablet browsers such as Safari and Chrome.

Is there a file size limit?

There is no hard limit, but very large files depend on your device’s memory. Big files are processed in the background so the page stays responsive.