
turso
Turso is an in-process SQL database, compatible with SQLite.
The Lens
Turso is a distributed SQLite-compatible database built on libSQL (their open source fork of SQLite). Your data lives at the edge, close to your users, with automatic replication across locations.
The libSQL engine is free and open source under MIT. You can self-host it and get SQLite compatibility with added features: native HTTP API, built-in replication, vector search extensions, and the ability to embed it directly in your application like regular SQLite.
Turso's managed platform has a free tier (500 databases, 9GB storage, 25M row reads/mo), a Scaler plan at $20/mo (10K databases, 24GB storage, 100B row reads), and a Pro plan at $85/mo with higher limits. Solo devs: the free tier is generous for side projects. Small teams: free or Scaler at $20/mo covers most apps. Growing teams: evaluate if SQLite semantics fit your workload. Large orgs: probably need Postgres.
The catch: this is SQLite, not Postgres. No stored procedures, limited concurrent writes, simpler type system. If your app needs complex queries or high write throughput, you want a traditional database. Turso shines for read-heavy workloads where low latency matters: think edge applications, mobile app backends, and per-user databases. The ecosystem is newer and smaller than Postgres or even PlanetScale.
Free vs Self-Hosted vs Paid
free self hosted paid cloud### Free Tier
**Self-hosted (libSQL):** Fully free under MIT. SQLite-compatible engine with HTTP API, replication, and vector extensions.
**Turso Cloud Free:** 500 databases, 9GB total storage, 25M row reads/month, 3 locations.
### Self-Hosted Setup
Single binary (sqld) or Docker. Minimal resource requirements. It's SQLite-based, so it's lightweight. Embedded mode works like regular SQLite. Server mode adds the HTTP API and replication. Trivial to set up.
### Paid Tiers: Turso Cloud
- **Scaler: $20/mo**: 10K databases, 24GB storage, 100B row reads/month, unlimited locations - **Pro: $85/mo**: higher limits, priority support, custom domains - **Enterprise: custom**: SOC 2, dedicated support, SLAs
### The Math
Turso free tier for a side project: $0 with 25M reads. PlanetScale (MySQL, discontinued free tier): was $0, now $39/mo minimum. Supabase free Postgres: 500MB storage, 2 projects. Turso's free tier is one of the most generous in managed databases. Self-hosted libSQL: $5/mo VPS.
### Verdict
The free tier is exceptional for prototyping and small apps. Self-host libSQL for zero cost. Pay $20/mo when you need edge replication at scale.
Generous free tier (500 DBs, 9GB, 25M reads). Self-host libSQL for $0. Pay $20/mo for edge replication at scale.
Similar Tools
License: MIT License
Use freely, including commercial. Just keep the license.
Commercial use: ✓ Yes
About
- Owner
- Turso Database (Organization)
- Stars
- 18,117
- Forks
- 822
Explore Further
More tools in the directory
Get tools like this delivered weekly
The Open Source Drop — the best new open source tools, analyzed. Free.



