Create SQLite databases in seconds, query them from a browser console, and reach them from any language over a simple REST API. No provisioning, no ops.
# run SQL against your database from anywhere
curl https://wamsqlite.test/api/v1/databases/{database}/query \
-H "Authorization: Bearer wsq_your_token" \
-H "Content-Type: application/json" \
-d '{"statements": ["SELECT * FROM users LIMIT 5"]}'
A dashboard for humans, a REST API for machines, and both talk to the exact same file.
Create a database in under a second. No servers, no connection strings to configure.
A fast, syntax-highlighted editor to run queries, inspect schemas, and browse results — right in the browser.
Query your database over plain HTTP with scoped bearer tokens — no client library required.
Issue read-only or read-write tokens per database, and revoke them the instant you no longer trust them.
Free to start. No credit card, no infrastructure to manage.
Get started for free