Cinch is in public alpha.
Managed SQLite databases. The most deployed engine in the world — now as a cloud service. Scale-to-zero, one database per workload.
The most deployed database in the world. ACID, battle-tested, zero-configuration. Not an emulation — actual SQLite.
Query via HTTP API. Standard SQL syntax. Works from any language, any edge runtime, any serverless function.
Each database is a separate SQLite file. Physical isolation, not row-level security.
No RDS instance running 24/7. Active databases use NVMe. Idle databases archive to cloud storage. Pay for what you use.
| Feature | RDS | Neon | Turso | Cinch |
|---|---|---|---|---|
| Scale to zero | No | Yes | Yes | Yes |
| Per-tenant isolation | Per-instance | Per-branch | Per-database | Per-file |
| Engine | Postgres | Postgres | libSQL (SQLite fork) | SQLite |
| Access | TCP (pg wire) | TCP + HTTP | HTTP + SDK | HTTP API |