Register now for early access to concurrent writes in the Turso Cloud. Join the waitlist

Microsecond-level SQL query latency with libSQL local replicas

The fastest access to your database is when your database is embedded in your application. However, most contemporary databases such as PostgreSQL and MySQL use a client-server model where the client…

Pekka EnbergPekka Enberg
Cover image for Microsecond-level SQL query latency with libSQL local replicas

This post references an older version of Turso.

Turso is a full, ground-up rewrite of SQLite. Turso Cloud lets you query your databases over the wire or sync them to and from your own devices and servers — with full offline support. Because Turso databases are files — not processes — they never sleep, never cold-start, and don't need scale-to-zero. There is no longer any concept of “edge replication,” and the legacy libSQL SDKs have been replaced by new Turso-native SDKs.

To learn more about Turso today, visit turso.tech or read the documentation.