Minitooler

Open and query a SQLite database

Open any SQLite database (.db, .sqlite, .sqlite3) in your browser, browse tables, run SQL queries and export results to CSV or JSON. No install, no upload.

Drop a SQLite database here

.db, .sqlite, .sqlite3, .db3 — opened locally, never uploaded

Free plan: databases up to 10.00 MB and 500 result rows. Pro removes both limits.

What people use it for

  • Inspect a Django, Rails or Laravel dev database without installing the sqlite3 CLI.
  • Open an app's .sqlite file from a phone backup and read the tables inside.
  • Run an ad-hoc SQL query against a client database on a machine where you can't install software.
  • Export a single table — or a filtered query — straight to CSV for Excel or Google Sheets.
  • Check a schema, column types and row counts before writing a migration.
  • Look inside a Chrome or Firefox profile database (history, cookies, local storage) to debug something.
  • Quickly verify that a database dump you received actually contains the rows you expected.

This free online SQLite browser lets you open a .db file and run SQL queries in your browser — no install, no signup, and no upload. Drop in any SQLite database (.db, .sqlite, .sqlite3, .db3) and you immediately get the table list with row counts, the column names and types, and an editor where you can run any query SQLite supports.

It's the fastest way to view a SQLite database online when you can't install DB Browser for SQLite, DBeaver or the sqlite3 command line — a locked-down work laptop, a Chromebook, or someone else's machine. Because a full SQLite engine is compiled to WebAssembly and runs inside the tab, your file is read from disk and never leaves your device, so it's safe for production dumps, customer tables and anything else covered by an NDA or GDPR.

Beyond browsing, you can convert SQLite to CSV or JSON in one click: write a SELECT, filter and join however you like, then download exactly those rows for Excel, Google Sheets or a data pipeline. Writes work too — run UPDATE, INSERT or CREATE TABLE against the in-memory copy and save a modified .db file back to your computer, leaving the original untouched.

How it works

  1. 1

    Open your database

    Drag in a .db, .sqlite or .sqlite3 file. It's read locally into a WebAssembly SQLite engine — nothing is uploaded.

  2. 2

    Browse or query

    Click a table to preview its rows, or write your own SQL and hit Ctrl/⌘ + Enter. Errors come back with SQLite's exact message.

  3. 3

    Export the results

    Download the current result set as CSV or JSON, or save the whole database back out as a .db file if you changed anything.

Frequently asked questions

No. The tool loads a real SQLite engine (SQLite compiled to WebAssembly) inside your browser tab and opens the file straight from your disk. Nothing is sent to a server, which is the whole point — production database dumps usually contain customer data you must not paste into a random online viewer.

Want this converter on your website?

Pro members can embed any Minitooler converter on their own site — styled to match, with no branding beyond a small credit link. One iframe, unlimited use, still 100% in the browser.

Unlock embeds — $5/mo
Accent color
Theme
Background
Text color
Width
Height
Embeds are a Pro feature

Upgrade to unlock a customizable iframe snippet you can paste into any website — colors, theme, and size all tuned to match your brand.

Go Pro — $5/mo