Turso is a distributed SQL database platform that provides managed, edge-hosted SQLite instances. It functions as a serverless database provider, enabling the deployment of relational databases that synchronize data across multiple geographic regions to support high availability and performance.
The platform distinguishes itself by utilizing a fork of SQLite as its core storage engine, which supports both local file storage and remote network-based replication. It employs an edge-optimized proxy to route queries through a global network, minimizing latency by connecting users to the nearest database replica. Communication is handled via a stateless, HTTP-based protocol that operates over standard web ports.
The service includes comprehensive infrastructure for multi-tenant database orchestration, allowing for the dynamic provisioning of isolated instances without manual server management. Users can manage these remote databases, configure access permissions, and handle security credentials directly through a command-line interface.