WamSQLite
SQLite, hosted

Your database, without the server.

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.

curl
# 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"]}'

Everything a SQLite database needs to go live

A dashboard for humans, a REST API for machines, and both talk to the exact same file.

Instant provisioning

Create a database in under a second. No servers, no connection strings to configure.

Built-in SQL console

A fast, syntax-highlighted editor to run queries, inspect schemas, and browse results — right in the browser.

REST API for any language

Query your database over plain HTTP with scoped bearer tokens — no client library required.

Scoped access tokens

Issue read-only or read-write tokens per database, and revoke them the instant you no longer trust them.

Create your first database in under a minute

Free to start. No credit card, no infrastructure to manage.

Get started for free