
Turso makes SQLite viable for production applications by adding what it lacks: managed infrastructure, replication, and edge distribution. It's based on libSQL, an open fork that extends SQLite's capabilities.
Key Features:
Why SQLite for production:
Turso use cases:
Turso is particularly compelling for applications where latency matters and data can be distributed. The embedded replica model—where your app has a local SQLite database that syncs with Turso—enables experiences traditional architectures can't match.

The distributed SQL database
CockroachDB is a distributed SQL database that survives failures and scales horizontally. PostgreSQL compatibility with automatic replication and global distribution.

The fullstack TypeScript development platform
Convex is a backend-as-a-service with a reactive database, serverless functions, and file storage. Write your backend in TypeScript with automatic real-time sync.

TypeScript ORM that's lightweight and SQL-like
Drizzle is a TypeScript ORM that embraces SQL rather than hiding it. Get type safety without sacrificing the ability to write queries the way you think about them.