# Embedded Replicas

Embedded Replicas keep a local read replica of a Turso Cloud database, serving reads locally and sending writes to the cloud primary.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Offline Sync Public Beta

DevFeed: [Offline Sync Public Beta](<https://devfeed.tech/articles/offline-sync-public-beta-6079.md>)

Original publisher: [Read original article](<https://turso.tech/blog/turso-offline-sync-public-beta>)

Author: Jamie Barton

Published: 2025-03-31T00:00:00Z

Content type: news

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [local](<https://devfeed.tech/tags/local.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [offline](<https://devfeed.tech/tags/offline.md>), [rust](<https://devfeed.tech/tags/rust.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

Turso Offline Sync is now in public beta, enabling applications to write to local SQLite databases while offline and synchronize changes with Turso Cloud when connectivity returns.

### Source excerpt

Turso Offline Sync is now in public beta. Write to local SQLite databases offline at file speed, then sync push and pull with Turso Cloud when reconnected.

## Local-First SQLite, Cloud-Connected with Turso Embedded Replicas

DevFeed: [Local-First SQLite, Cloud-Connected with Turso Embedded Replicas](<https://devfeed.tech/articles/local-first-sqlite-cloud-connected-with-turso-embedded-replicas-5998.md>)

Original publisher: [Read original article](<https://turso.tech/blog/local-first-cloud-connected-sqlite-with-turso-embedded-replicas>)

Author: Jamie Barton

Published: 2025-03-24T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [data](<https://devfeed.tech/topics/data.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [data](<https://devfeed.tech/tags/data.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [latency](<https://devfeed.tech/tags/latency.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [replication](<https://devfeed.tech/tags/replication.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso Embedded Replicas provide local SQLite reads with cloud synchronization, enabling local-first applications with offline support and low-latency access across devices and servers.

### Source excerpt

Discover how Turso's Embedded Replicas deliver microsecond SQLite reads with cloud sync. Build faster, more resilient applications for mobile, edge, and AI with zero-latency local access and automatic data sync - no complex caching required.

## Turso Cloud Debuts the New Developer Plan

DevFeed: [Turso Cloud Debuts the New Developer Plan](<https://devfeed.tech/articles/turso-cloud-debuts-the-new-developer-plan-6063.md>)

Original publisher: [Read original article](<https://turso.tech/blog/turso-cloud-debuts-the-new-developer-plan>)

Author: Glauber Costa

Published: 2025-03-19T00:00:00Z

Content type: release

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Platform API](<https://devfeed.tech/topics/platform-api.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [fly.io](<https://devfeed.tech/topics/fly-io.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [developer](<https://devfeed.tech/tags/developer.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [fly-io](<https://devfeed.tech/tags/fly-io.md>), [release](<https://devfeed.tech/tags/release.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso Cloud introduces a Developer plan priced at $4.99 per month when paid yearly, replacing the $9 Hobby plan with larger allowances. The article also describes improved Free plan limits and the removal of cold starts, while noting that the Developer plan is available only in AWS regions.

### Source excerpt

A new developer plan that offers more generous allowances and a lower price than the Hobby plan.

## Do It Yourself Database CDN with Embedded Replicas

DevFeed: [Do It Yourself Database CDN with Embedded Replicas](<https://devfeed.tech/articles/do-it-yourself-database-cdn-with-embedded-replicas-5935.md>)

Original publisher: [Read original article](<https://turso.tech/blog/do-it-yourself-database-cdn-with-embedded-replicas>)

Author: Jamie Barton

Published: 2025-02-12T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [fly.io](<https://devfeed.tech/topics/fly-io.md>), [Replication](<https://devfeed.tech/topics/replication.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [fly-io](<https://devfeed.tech/tags/fly-io.md>), [replication](<https://devfeed.tech/tags/replication.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

The article is titled "Do It Yourself Database CDN with Embedded Replicas" and concerns deploying Turso Edge Replicas with Embedded Replicas and Fly.io. The supplied text also notes that the post references an older version of Turso.

### Source excerpt

Deploy your own Turso Edge Replicas with Embedded Replicas and Fly.io

## Turso Adds Ruby on Rails Support

DevFeed: [Turso Adds Ruby on Rails Support](<https://devfeed.tech/articles/turso-adds-ruby-on-rails-support-6057.md>)

Original publisher: [Read original article](<https://turso.tech/blog/turso-adds-ruby-on-rails-support>)

Author: Levy Albuquerque

Published: 2024-12-18T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Rails](<https://devfeed.tech/topics/rails.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [CRUD](<https://devfeed.tech/topics/crud.md>), [migration](<https://devfeed.tech/topics/migration.md>)

Tags: [activerecord](<https://devfeed.tech/tags/activerecord.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [latency](<https://devfeed.tech/tags/latency.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [ruby-on-rails](<https://devfeed.tech/tags/ruby-on-rails.md>), [sql](<https://devfeed.tech/tags/sql.md>), [testing](<https://devfeed.tech/tags/testing.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso announces a technical-preview Ruby gem for ActiveRecord with Rails support. The article explains how to configure Turso in Rails, use embedded replicas to work offline and reduce network latency, run migrations, and perform CRUD operations. It also demonstrates usage with standalone Ruby applications and Sinatra.

### Source excerpt

Today we are excited to announce the first technical preview of the Rubygem for ActiveRecord that supports Rails.

## Turso Goes Mobile With Official iOS & Android SDKs

DevFeed: [Turso Goes Mobile With Official iOS & Android SDKs](<https://devfeed.tech/articles/turso-goes-mobile-with-official-ios-android-sdks-6073.md>)

Original publisher: [Read original article](<https://turso.tech/blog/turso-goes-mobile-with-official-ios-and-android-sdks>)

Author: Glauber Costa

Published: 2024-10-22T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [React Native](<https://devfeed.tech/topics/react-native.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Flutter](<https://devfeed.tech/topics/flutter.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [android](<https://devfeed.tech/tags/android.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [flutter](<https://devfeed.tech/tags/flutter.md>), [ios](<https://devfeed.tech/tags/ios.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [offline](<https://devfeed.tech/tags/offline.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [react-native](<https://devfeed.tech/tags/react-native.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>), [vector](<https://devfeed.tech/tags/vector.md>)

### AI overview

Turso introduces official mobile SDKs for iOS with Swift, Android with Kotlin, and React Native for cross-platform development. The SDKs bring Turso and libSQL capabilities such as embedded replicas, offline synchronization, encryption at rest, and vector search to mobile applications, with community support also available for Flutter.

### Source excerpt

Learn about what's new with Turso's official mobile SDKs for Launch Week Day 2.

## Use Turso as your Unkey cache store

DevFeed: [Use Turso as your Unkey cache store](<https://devfeed.tech/articles/use-turso-as-your-unkey-cache-store-6089.md>)

Original publisher: [Read original article](<https://turso.tech/blog/use-turso-as-your-unkey-cache-store>)

Author: Jamie Barton

Published: 2024-08-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Caching](<https://devfeed.tech/topics/caching.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [caching](<https://devfeed.tech/tags/caching.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [latency](<https://devfeed.tech/tags/latency.md>), [performance](<https://devfeed.tech/tags/performance.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This tutorial explains how to use Turso as the cache store for Unkey APIs. It covers installing Unkey's cache middleware, creating the required SQL table, configuring the application, and using Embedded Replicas to place the cache near application code for lower read latency and improved performance.

### Source excerpt

Learn how you can use Turso as your unkey cache data store.

## Set your teams free with Turso Embedded Replicas

DevFeed: [Set your teams free with Turso Embedded Replicas](<https://devfeed.tech/articles/set-your-teams-free-with-turso-embedded-replicas-6033.md>)

Original publisher: [Read original article](<https://turso.tech/blog/set-your-teams-free-with-turso-embedded-replicas>)

Author: Glauber Costa

Published: 2024-07-18T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [devices](<https://devfeed.tech/tags/devices.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [offline](<https://devfeed.tech/tags/offline.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

The article presents Turso Embedded Replicas as a fast architecture with benefits beyond performance. It describes Turso as a ground-up rewrite of SQLite and explains that Turso Cloud can query databases over the network or synchronize them with users' devices and servers while supporting offline use.

### Source excerpt

Turso Embedded Replicas are fast. But that's only one of the many benefits of this new architecture.

## Deploy Turso embedded replicas to Fly, Akamai, Koyeb, Railway, & Render.

DevFeed: [Deploy Turso embedded replicas to Fly, Akamai, Koyeb, Railway, & Render.](<https://devfeed.tech/articles/deploy-turso-embedded-replicas-to-fly-akamai-koyeb-railway-render-5933.md>)

Original publisher: [Read original article](<https://turso.tech/blog/deploy-turso-embedded-replicas-to-fly-akamai-koyeb-railway-render>)

Author: James Sinkala

Published: 2024-04-11T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [fly](<https://devfeed.tech/topics/fly.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>)

Tags: [akamai](<https://devfeed.tech/tags/akamai.md>), [application-development](<https://devfeed.tech/tags/application-development.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [deployment-guides](<https://devfeed.tech/tags/deployment-guides.md>), [devices](<https://devfeed.tech/tags/devices.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [fly](<https://devfeed.tech/tags/fly.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [offline](<https://devfeed.tech/tags/offline.md>), [platform](<https://devfeed.tech/tags/platform.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This article describes deploying Turso embedded replicas on Fly, Akamai, Koyeb, Railway, and Render. It also explains Turso's SQLite-based architecture, including querying databases over the network, syncing with devices and servers, offline support, and the distinction between database files and processes.

### Source excerpt

Deploy Turso embedded replicas on your favourite platform.

## Speeding up a Remix website with Turso's embedded replicas hosted on Akamai's Linode

DevFeed: [Speeding up a Remix website with Turso's embedded replicas hosted on Akamai's Linode](<https://devfeed.tech/articles/speeding-up-a-remix-website-with-turso-s-embedded-replicas-hosted-on-akamai-s-linode-6036.md>)

Original publisher: [Read original article](<https://turso.tech/blog/speeding-up-a-remix-website-with-tursos-embedded-replicas-hosted-on-akamais-linode-e5e5a738>)

Author: James Sinkala

Published: 2023-11-30T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Turso](<https://devfeed.tech/topics/turso.md>), [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Remix](<https://devfeed.tech/topics/remix.md>), [Linode](<https://devfeed.tech/topics/linode.md>)

Tags: [akamai](<https://devfeed.tech/tags/akamai.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [linode](<https://devfeed.tech/tags/linode.md>), [multitenancy](<https://devfeed.tech/tags/multitenancy.md>), [remix](<https://devfeed.tech/tags/remix.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

An older post describes using Turso's embedded replicas to speed up a Remix website hosted on Akamai's Linode. The accompanying note explains that Turso has since been rewritten and now supports querying databases over the wire or syncing them with devices and servers for offline use.

### Source excerpt

Using Turso's embedded replicas to speed up a Remix website hosted on Akamai's Linode

## Leveraging Turso's embedded replicas in real world applications

DevFeed: [Leveraging Turso's embedded replicas in real world applications](<https://devfeed.tech/articles/leveraging-turso-s-embedded-replicas-in-real-world-applications-5995.md>)

Original publisher: [Read original article](<https://turso.tech/blog/leveraging-tursos-embedded-replicas-in-real-world-applications-3250e2e2>)

Author: James Sinkala

Published: 2023-10-31T00:00:00Z

Content type: tutorial

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Databases](<https://devfeed.tech/topics/databases.md>)

Tags: [databases](<https://devfeed.tech/tags/databases.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [qwik](<https://devfeed.tech/tags/qwik.md>), [rust](<https://devfeed.tech/tags/rust.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [tauri](<https://devfeed.tech/tags/tauri.md>), [turso](<https://devfeed.tech/tags/turso.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial examines how Turso's embedded replicas can be used to create real-world applications. The supplied text also warns that the post references an older version of Turso and describes Turso Cloud's database synchronization and offline support.

### Source excerpt

In this tutorial we are looking into how Turso's embedded replicas can be used in the creation of real world applications

## Introducing Embedded Replicas: Deploy Turso anywhere

DevFeed: [Introducing Embedded Replicas: Deploy Turso anywhere](<https://devfeed.tech/articles/introducing-embedded-replicas-deploy-turso-anywhere-5980.md>)

Original publisher: [Read original article](<https://turso.tech/blog/introducing-embedded-replicas-deploy-turso-anywhere-2085aa0dc242>)

Author: Glauber Costa

Published: 2023-09-26T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [Embedded Replicas](<https://devfeed.tech/topics/embedded-replicas.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [devices](<https://devfeed.tech/tags/devices.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [latency](<https://devfeed.tech/tags/latency.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [local](<https://devfeed.tech/tags/local.md>), [offline](<https://devfeed.tech/tags/offline.md>), [performance](<https://devfeed.tech/tags/performance.md>), [remote](<https://devfeed.tech/tags/remote.md>), [replication](<https://devfeed.tech/tags/replication.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sqlite](<https://devfeed.tech/tags/sqlite.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

This article introduces Embedded Replicas, describing Turso as a SQLite rewrite that combines local SQLite speed with the convenience of a remote database. It explains that Turso Cloud can query databases over the network or synchronize them with users' devices and servers while supporting offline use.

### Source excerpt

the local speed of SQLite, with the convenience of a remote database.