WASM SQLite Playground
Run full SQLite database queries directly inside your browser using WebAssembly. Local-first, private, and zero server upload.
Client-Side WASM SQLite Database (In-Memory)
SQL Script
SQLite Tables (1)
Table: users
| id | name | |
|---|---|---|
| 1 | Alice | alice@devwithmi.com |
| 2 | Bob | bob@devwithmi.com |