Find Related products on Amazon

Shop on Amazon

Turso SQLite Offline Sync Public Beta

Published on: 2025-05-22 22:10:39

We're excited to announce that Turso Offline Sync is now available in public beta! Your applications can continue functioning seamlessly, even when disconnected from the internet. Local database operations can proceed normally, with automatic sync occurring once connectivity is restored. Historically, SQLite has been a database that excels at running local, embedded databases, because the database is just a file. For mobile devices, this means on-device databases. Turso takes advantage of this with Embedded Replicas — your local embedded databases, on-device or server can now be kept in sync with your Turso Cloud database, and any changes are propagated to all replicas. Until today, our sync was unidirectional: while you can always read from the database, even if offline, writes happen directly to the Cloud, and are propagated later. This has two consequences: Writes were always network-slow, since they have to contact the server for every request Writes could not work offline ... Read full article.