Open any SQLite database in your browser. Browse tables, run SQL queries, and export results — powered by WebAssembly.
Drop a SQLite database or click to browse
.sqlite, .db, .sqlite3 — your file never leaves the browser
SQLite is the world's most deployed database engine. It's used in mobile apps, desktop software, browsers, and IoT devices. This tool lets you open any SQLite file and explore it interactively — no server, no installation.
All processing happens locally using sql.js, a WebAssembly port of SQLite. Your database content is never uploaded anywhere.
Run SQL queries against your data right in the browser. Upload a CSV file, and query it with full SQLite — no server, no database setup required.
Open CSV, TSV, and Excel files in a fast, sortable table. Filter rows, edit cells, and export your changes — all in your browser with no uploads.
Paste JSON to pretty-print, validate, minify, and explore. Click any node in the tree view to copy its JSONPath expression — perfect for building API queries.
Decode and encode URL-encoded text instantly. Essential for web developers debugging query strings, API parameters, and encoded URLs.