SQL Playground
Write and run real SQL against a full SQLite database — entirely in your browser. A sample dataset is ready to query, or import your own CSV as a table. Nothing is uploaded.
⚙️ Heads up: the first time you run a query, your browser downloads a one-time SQLite engine (~1 MB). After that it runs fully on your device, even offline — your data and queries are never sent to a server.
A real database that never leaves your laptop
This is a full SQLite engine (sql.js, compiled to WebAssembly) running inside the page — the same SQL you'd write against a production database. Prototype a query, learn JOINs and aggregates, or load a CSV export and slice it with SQL. Everything stays in memory on your device: no account, no upload, no row limits, and it keeps working offline once the engine is cached.