Skip to main content

SQLite Browser

Open, query, and edit SQLite databases — runs entirely in your browser

No upload · WebAssembly SQLite

Open a database to get started

Everything runs locally with SQLite compiled to WebAssembly. Your file never leaves this browser tab.

About the Sqlite Browser

SQLite is everywhere — app databases, exports from phones and browsers, data files shipped with tools. Opening one usually means installing DB Browser; this one runs in a tab, powered by SQLite compiled to WebAssembly.

Open any .db file, browse tables with pagination, edit cells and delete rows, run full SQL (joins, CTEs, window functions), import CSV with type inference, and export the modified database. The engine loads from a CDN and executes entirely in your browser — your database file never leaves your machine.

How to use

  1. Open a .db file, load the sample, or import CSV.
  2. Browse tables and edit values inline.
  3. Run SQL in the editor (Cmd/Ctrl+Enter) and export results or the whole database.