SQLite Database Browser

Opens a .sqlite/.db file, lists its tables and columns, and lets you run your own SQL queries against it — powered by a real SQLite engine (compiled to WebAssembly), not a reimplementation.

Drop a .sqlite or .db file here, or click to choose one

Works entirely offline in your browser. Nothing is uploaded.

Queries run entirely against an in-memory copy of the file in your browser — nothing is written back to the original file, and nothing is sent anywhere.

← Back to File Tools