Zro7Zro7/Sqlite Browser

SQLite browser

Open a .sqlite / .db file, browse tables, run queries.

Runs entirely in your browser. Files never leave your device.

Drop a .sqlite / .db file

Single file

How it works

  1. 1

    Open a file

    Drop a CSV, JSON, Parquet or SQLite file.

  2. 2

    Query or configure

    Write SQL or set the tool's options.

  3. 3

    View or export results

    Browse rows in the table or export as CSV / JSON.

Frequently asked questions

How much data can I load?

DuckDB-WASM streams from disk-backed OPFS, so multi-GB files work well in modern browsers.

Is my data uploaded?

No. Every query runs against files opened directly in your browser via DuckDB-WASM or sql.js.

Which file formats are supported?

CSV, JSON, Parquet and SQLite. Joins across formats work in a single SQL query.

All Database tools →

Explore more categories