# Embedded Replicas

Published articles for Embedded Replicas.

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

## Why we chose Turso to secure AI credentials

DevFeed: [Why we chose Turso to secure AI credentials](<https://devfeed.tech/articles/why-we-chose-turso-to-secure-ai-credentials-6119.md>)

Original publisher: [Read original article](<https://turso.tech/blog/why-we-chose-turso-to-secure-ai-credentials>)

Author: Devon Tietjen

Published: 2026-06-16T00: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>), [Disk image](<https://devfeed.tech/topics/disk-image.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [API](<https://devfeed.tech/topics/api.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [databases](<https://devfeed.tech/tags/databases.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [local](<https://devfeed.tech/tags/local.md>), [on-prem](<https://devfeed.tech/tags/on-prem.md>), [rust](<https://devfeed.tech/tags/rust.md>), [security](<https://devfeed.tech/tags/security.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Eden uses Turso's encrypted embedded storage to keep sensitive control-plane state while deploying its infrastructure gateway close to the databases, APIs, AI endpoints, and internal tools it governs. This embedded approach reduces latency, network hops, external dependencies, and operational overhead, while supporting private, on-premises, air-gapped, and low-latency environments without requiring a separate Postgres deployment.

### Source excerpt

How Eden uses Turso's encrypted embedded storage to hold sensitive control-plane state, so its gateway can run close to the databases, APIs, and AI endpoints it governs without standing up a separate Postgres.

## How Sample Vault syncs gigabyte-scale databases from cloud to local with Turso

DevFeed: [How Sample Vault syncs gigabyte-scale databases from cloud to local with Turso](<https://devfeed.tech/articles/how-sample-vault-syncs-gigabyte-scale-databases-from-cloud-to-local-with-turso-5962.md>)

Original publisher: [Read original article](<https://turso.tech/blog/how-sample-vault-syncs-gigabyte-scale-databases-from-cloud-to-local-with-turso>)

Author: Jeff Olson

Published: 2026-05-04T00: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>), [Local-First](<https://devfeed.tech/topics/local-first.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [data](<https://devfeed.tech/topics/data.md>), [App](<https://devfeed.tech/topics/app.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [case-study](<https://devfeed.tech/tags/case-study.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>), [offline](<https://devfeed.tech/tags/offline.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Sample Vault uses Turso to synchronize gigabyte-scale, per-user audio metadata databases bidirectionally between the cloud and local devices. The local replicas support offline queries across libraries containing more than 100,000 audio files, while cloud processing generates spectral, classification, genre, mood, and AI-derived metadata.

### Source excerpt

Sample Vault uses Turso for cloud-to-local bidirectional sync with per-user databases, enabling offline-first access to gigabyte-scale audio metadata without custom sync code.

## Turso Sync: a much, much, much better way to sync

DevFeed: [Turso Sync: a much, much, much better way to sync](<https://devfeed.tech/articles/turso-sync-a-much-much-much-better-way-to-sync-6044.md>)

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

Author: Glauber Costa

Published: 2026-04-24T00:00:00Z

Content type: comparison

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>)

Tags: [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [replication](<https://devfeed.tech/tags/replication.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>)

### AI overview

The article recommends Turso Sync over libSQL Embedded Replicas for synchronized local databases. It contrasts CDC-based logical-change syncing with physical-page replication and reports up to 312x faster syncs with 18x less network traffic.

### Source excerpt

Turso Sync uses CDC to ship logical changes, not physical pages. The result: up to 312x faster syncs and 18x less network traffic than Embedded Replicas.

## You can now migrate your existing databases to AWS

DevFeed: [You can now migrate your existing databases to AWS](<https://devfeed.tech/articles/you-can-now-migrate-your-existing-databases-to-aws-6124.md>)

Original publisher: [Read original article](<https://turso.tech/blog/you-can-now-migrate-your-existing-databases-to-aws>)

Author: Jamie Barton

Published: 2025-05-12T00: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>), [migration](<https://devfeed.tech/topics/migration.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Database](<https://devfeed.tech/topics/database.md>), [fly.io](<https://devfeed.tech/topics/fly-io.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cli](<https://devfeed.tech/tags/cli.md>), [commands](<https://devfeed.tech/tags/commands.md>), [developer](<https://devfeed.tech/tags/developer.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [fly](<https://devfeed.tech/tags/fly.md>), [fly-io](<https://devfeed.tech/tags/fly-io.md>), [migration](<https://devfeed.tech/tags/migration.md>), [s3](<https://devfeed.tech/tags/s3.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

Turso introduces new Turso CLI commands that let paid-plan users migrate existing databases from Fly.io to AWS. The migration is irreversible, pauses writes during the transfer, and may require updates for Python SDK compatibility, extensions, embedded replicas, and database URLs.

### Source excerpt

New Turso CLI commands let you migrate paid databases from Fly.io to our S3-native AWS architecture, with read-only access kept up during the transfer.

## 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.

## Introducing Offline Writes for Turso

DevFeed: [Introducing Offline Writes for Turso](<https://devfeed.tech/articles/introducing-offline-writes-for-turso-5983.md>)

Original publisher: [Read original article](<https://turso.tech/blog/introducing-offline-writes-for-turso>)

Author: Glauber Costa

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

Content type: release

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Per-user Database](<https://devfeed.tech/topics/per-user-database.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [local-first](<https://devfeed.tech/tags/local-first.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [offline](<https://devfeed.tech/tags/offline.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 announces a private beta for Offline Writes, allowing local embedded replicas to accept writes while online or offline and synchronize them to Turso Cloud later.

### Source excerpt

Turso is opening a private beta for Offline Writes, letting you write to local embedded replicas at file speed and sync to Turso Cloud when reconnected.

## 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.

## Launch Week Day 4: Turso on AWS

DevFeed: [Launch Week Day 4: Turso on AWS](<https://devfeed.tech/articles/launch-week-day-4-turso-on-aws-6080.md>)

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

Author: Glauber Costa

Published: 2024-03-21T00:00:00Z

Content type: release

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Security, Privacy and Abuse Prevention](<https://devfeed.tech/topics/security-privacy-and-abuse-prevention.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cost](<https://devfeed.tech/tags/cost.md>), [database](<https://devfeed.tech/tags/database.md>), [edge](<https://devfeed.tech/tags/edge.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [launch](<https://devfeed.tech/tags/launch.md>), [privacy](<https://devfeed.tech/tags/privacy.md>), [security](<https://devfeed.tech/tags/security.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 announces a private beta for Turso on AWS, intended to run its SQLite-based database closer to customer infrastructure. The article highlights embedded replicas, synchronization, data privacy, and potential reductions in egress and infrastructure costs.

### Source excerpt

Turso is opening a private beta for Turso on AWS, our upcoming premium offering.

## Launch Week Day 2: Embedded Replicas go GA with Production friendly upgrades

DevFeed: [Launch Week Day 2: Embedded Replicas go GA with Production friendly upgrades](<https://devfeed.tech/articles/launch-week-day-2-embedded-replicas-go-ga-with-production-friendly-upgrades-5939.md>)

Original publisher: [Read original article](<https://turso.tech/blog/embedded-replicas-go-ga-with-production-friendly-upgrades>)

Author: Glauber Costa

Published: 2024-03-19T00: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>), [SQLite](<https://devfeed.tech/topics/sqlite.md>), [Replication](<https://devfeed.tech/topics/replication.md>), [Encryption](<https://devfeed.tech/topics/encryption.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [libSQL](<https://devfeed.tech/topics/libsql.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [launch](<https://devfeed.tech/tags/launch.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [offline](<https://devfeed.tech/tags/offline.md>), [production](<https://devfeed.tech/tags/production.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [servers](<https://devfeed.tech/tags/servers.md>), [sync](<https://devfeed.tech/tags/sync.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

The article announces the general availability of Turso Embedded Replicas, highlighting periodic sync, read-your-writes behavior, and encryption at rest as production-oriented improvements. It also notes that the post refers to an older version of Turso.

### Source excerpt

Periodic sync, read your writes and encryption at rest are among the improvements.

## 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

## Stop caching and use your database to save time and latency

DevFeed: [Stop caching and use your database to save time and latency](<https://devfeed.tech/articles/stop-caching-and-use-your-database-to-save-time-and-latency-6042.md>)

Original publisher: [Read original article](<https://turso.tech/blog/stop-caching-and-use-your-database-to-save-time-and-latency-16aebd3f>)

Author: Jamie Barton

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

Content type: article

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [latency](<https://devfeed.tech/tags/latency.md>), [libsql](<https://devfeed.tech/tags/libsql.md>), [offline](<https://devfeed.tech/tags/offline.md>), [performance](<https://devfeed.tech/tags/performance.md>), [processes](<https://devfeed.tech/tags/processes.md>), [replication](<https://devfeed.tech/tags/replication.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>)

### AI overview

A notice states that the post describes an older Turso version and outlines the current Turso architecture, including SQLite roots, file-based databases, offline synchronization, and Turso-native SDKs.

### Source excerpt

Turso Embedded Replicas are transforming web and mobile app dev, offering a novel solution to the limitations of KV stores.

## Get microsecond read latency on AWS Lambda with local databases

DevFeed: [Get microsecond read latency on AWS Lambda with local databases](<https://devfeed.tech/articles/get-microsecond-read-latency-on-aws-lambda-with-local-databases-5952.md>)

Original publisher: [Read original article](<https://turso.tech/blog/get-microsecond-read-latency-on-aws-lambda-with-local-databases-479db00a>)

Author: Piotr Sarna

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

Content type: article

Language: en

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

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Turso](<https://devfeed.tech/topics/turso.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [DSQL](<https://devfeed.tech/topics/dsql.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [databases](<https://devfeed.tech/tags/databases.md>), [embedded-replicas](<https://devfeed.tech/tags/embedded-replicas.md>), [latency](<https://devfeed.tech/tags/latency.md>), [local](<https://devfeed.tech/tags/local.md>), [network](<https://devfeed.tech/tags/network.md>), [programming](<https://devfeed.tech/tags/programming.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sql](<https://devfeed.tech/tags/sql.md>), [turso](<https://devfeed.tech/tags/turso.md>)

### AI overview

The article showcases an app that stores SQL data locally in AWS Lambda, enabling local disk reads instead of network roundtrips. The supplied text also notes that the post references an older version of Turso.

### Source excerpt

Showcase of an app that stores your SQL data locally in AWS Lambda allowing you to do local disk reads instead of costly network roundtrips.

## 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.