Tools/tursodatabase/turso

turso

Turso is an in-process SQL database, compatible with SQLite.

24.3k+32/wkgrowthRustMIT Licensetrending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Aug 2026

Turso is a from-scratch rewrite of SQLite in Rust, compatible at the SQL and file-format level but built on a modern architecture with memory safety and concurrent writes. This is the project that used to be called Limbo. It is now the company's main direction, MIT licensed, and you can embed it in your app the way you would regular SQLite.

Worth being clear about the moving parts, because the naming confuses everyone. Turso Database, this repository, is the new Rust engine. It has not declared 1.0 and is moving fast, but it runs in production today, including behind Turso Cloud. libSQL is the company's older C fork of SQLite and has been battle-tested longer. Both are live; the Rust engine is simply where the development effort goes now. Until 1.0 lands, the team's own advice applies: keep independent backups, the way you would with any database.

The engine is free and you can self-host it for nothing. Turso Cloud is the managed side, and the ladder climbs fast. Free covers 100 databases, 5GB of storage, 500 million row reads and 10 million row writes a month. Developer is $4.99 a month, Scaler is $24.92, and Pro jumps to $416.58. That last number is not a typo. Solo devs and side projects: free or self-host. Small teams: Developer or Scaler. Anyone looking at Pro should price the alternatives first.

The catch is that you are picking a lane. SQLite is the original and primary frontend, existing files work as-is, and the compatibility notes are honest that it is not at 100% yet. Postgres is a newer frontend that speaks the Postgres dialect and wire protocol, sharing the same storage and query engine underneath, but the project calls it experimental, so do not plan a migration around it yet. Read-heavy edge apps, mobile backends, and per-user database designs are where this shines.

Free vs Self-Hosted vs Paid

free self hosted paid cloud

Free Tier

Self-hosted: Free under MIT, for both the Rust engine and libSQL. SQLite-compatible with an HTTP API, replication, and vector extensions.

Turso Cloud Free: 100 databases, 5GB storage, 500 million rows read a month, 10 million rows written, 3GB of syncs, and 1 day of point-in-time restore. No credit card.

Self-Hosted Setup

A single binary or Docker. Minimal resources, because it is SQLite underneath. Embedded mode behaves like regular SQLite; server mode adds the HTTP API and replication. A $5 a month VPS is plenty.

Paid Tiers: Turso Cloud

  • Developer, $4.99/mo: unlimited databases, 9GB storage, 2.5 billion rows read, 25 million written, 10 day point-in-time restore, DPA and IP allow lists.
  • Scaler, $24.92/mo: 24GB storage, 100 billion rows read, 100 million written, 30 day restore, teams, and 14 day audit log retention.
  • Pro, $416.58/mo: 50GB storage, 250 billion rows read, 250 million written, 90 day restore, SSO, BYOK encryption, HIPAA, SOC 2, and priority email and Slack support.
  • Enterprise, custom: dedicated cloud or bring-your-own-cloud, custom SLAs, 24x7 support.

Every paid tier meters overage on top of the included allowance, so the monthly figure is a floor.

The Math

The free tier is still strong for prototyping: 500 million reads a month costs nothing. Self-hosting the engine costs a $5 VPS. The gap worth noticing is between Scaler and Pro, roughly $25 to $417 a month, and what you are buying across it is SSO, compliance certifications, and support rather than raw capacity.

The engine is MIT, so self-host for nothing. Turso Cloud free covers 500 million row reads a month, then the ladder runs $4.99, $24.92, and a steep $416.58 for Pro.

What to do by team size

Solo
free; the cloud free tier or self-hosting covers side projects
Small team
free, or Developer at $4.99/mo once you outgrow it
Medium team
Scaler at $24.92/mo, or self-host the engine and skip the cloud entirely
Large team
Price Pro at $416.58/mo against Postgres before you commit.
Self-hosting ops:trivial
View pricing page →

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
88/100 · A
Adoption27/30
Maintenance25/25
Community11/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

High adoption: 18,255 starsActive community: 835 forksPermissive license (MIT)

License: MIT License

Use freely, including commercial. Just keep the license.

Commercial use: ✓ Yes

About

Owner
Turso Database (Organization)
Stars
24,313
Forks
1,356

Also by Turso Database

Explore Further

More tools in the directory

Featured in The Open Source Drop #15