
Distributed SQLite at the edge — databases everywhere with sub-millisecond reads
Turso is a distributed database platform built on libSQL, an open-source fork of SQLite that extends it with HTTP-based replication, embedded replicas, and encryption at rest. It replicates your database to edge locations globally, delivering low-latency reads from anywhere in the world. Turso supports a database-per-tenant architecture, enabling thousands of isolated databases with automatic synchronization. Its embedded replicas feature lets you run a local SQLite file inside your application that syncs automatically from a remote primary, combining SQLite's simplicity with the global reach of a distributed database.
Automatically replicates databases to edge locations worldwide using a primary-follower model, delivering single-digit millisecond read latency for global users
Run a local SQLite database directly inside your application (VM, VPS, serverless function) that syncs automatically from a remote Turso primary — zero network round-trips for reads
Built on libSQL, a fully backwards-compatible SQLite fork adding HTTP replication, virtual WAL interface, encryption at rest, and server mode while keeping the same file format and API
Create thousands of isolated databases with placement groups to control data residency, ideal for multi-tenant SaaS where each customer gets their own database
Share a single schema across hundreds or thousands of databases, simplifying migrations and management for multi-tenant deployments
Restore any database to a specific point in time with configurable retention periods, providing disaster recovery and data protection
Give each customer their own isolated database with the database-per-tenant model, simplifying data residency compliance and tenant-level backup/restore
Serve users worldwide with sub-millisecond reads via edge replicas — ideal for content platforms, e-commerce, and real-time dashboards
Use embedded replicas to keep a local SQLite database in the app that syncs with the cloud when connectivity is available
Deploy databases alongside serverless functions at the edge, eliminating cold-start database connection latency
Fully documented REST API for programmatic database creation, management, and monitoring — automate provisioning and integrate with CI/CD pipelines
Turso Cloud runs on a fully S3-backed storage layer, eliminating local disk dependencies for improved durability and simplified infrastructure
Start with local SQLite during development and scale to a globally distributed database in production without changing your code

The fastest AI code editor — built in Rust for speed and collaboration