aicoolies logo
Turso logo
Turso logo

Turso

SQLite for production

freemiumopen sourceupdated Apr 21, 2026

Edge-hosted distributed database built on libSQL (an open-source fork of SQLite) designed for low-latency data access worldwide. Features multi-region replication, embedded replicas that sync to your application server for microsecond reads, database branching for development workflows, and point-in-time recovery. Ideal for edge computing, serverless functions, and mobile apps. Compatible with SQLite ecosystem tooling. Generous free tier with 9GB storage and 500 databases.

Turso is an edge-hosted, distributed database platform built on libSQL, an open-source fork of SQLite that extends the embedded database engine with server capabilities, multi-tenancy, and replication. It solves the latency problem inherent in centralized databases by replicating data to edge locations globally, enabling ultra-low-latency reads from the nearest replica. Turso maintains full backward compatibility with SQLite while adding features like HTTP-based remote access, WebSocket connections, and concurrent write support.

Turso differentiates itself with embedded replicas that allow applications to have a local copy of the database running inside the application process, achieving zero-latency reads with automatic synchronization to the primary database. The platform supports multi-region replication, scales to billions of databases through its massive multi-tenant architecture, and includes native vector search capabilities for AI applications. libSQL extends SQLite with features like WebAssembly user-defined functions, ALTER COLUMN support, and random ROWID generation, all while maintaining the same file format and API.

Turso is targeted at developers building edge-first applications, multi-tenant SaaS platforms, and mobile or IoT applications where low latency and offline-first capabilities are critical. It integrates with popular frameworks and ORMs including Next.js, Remix, Drizzle, and Prisma, and works with serverless platforms like Cloudflare Workers and Vercel Edge Functions. Turso is particularly appealing for per-tenant database architectures, local-first applications, and projects that want the simplicity of SQLite with the scalability and distribution capabilities of a cloud database.

Pricing

Free (500 DBs, 9 GB) / Scaler $29/mo / Pro $69/mo

Platforms

CLI, SDK (JS, Rust, Python, Go)

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

Cloudflare logo

Cloudflare Vectorize

Edge-native vector database for Workers and AI applications

Cloudflare Vectorize is Cloudflare’s managed vector database for Workers and edge AI applications. It is distinct from the existing Cloudflare Workers tool page: Workers is the compute runtime, while Vectorize is the embedding index and vector-query layer used to add semantic retrieval to Cloudflare-hosted apps.

freemium
Upstash Vector logo

Upstash Vector

Serverless vector database with pay-as-you-go API pricing

Upstash Vector is a managed serverless vector database for RAG, semantic search, and embedding lookup. It is separate from the existing Upstash platform record in the aicoolies catalog: this slug covers the Vector product line, not the broader Redis, Kafka, or QStash platform.

freemium
OpenSearch logo

OpenSearch

Open-source search engine with vector and hybrid retrieval

OpenSearch is an Apache-2.0 distributed search engine with native vector-search support for teams that want BM25, filters, aggregations, and k-NN retrieval in the same search stack. It is distinct from Elasticsearch in the aicoolies catalog: OpenSearch is the AWS-backed open fork with its own docs, plugin path, and serverless deployment options.

Open Source
Deep Lake logo

Deep Lake

AI data runtime for multimodal datasets and vector search

Deep Lake is an open-source AI data runtime from Activeloop for storing, versioning, and querying multimodal data and embeddings. It fits teams building RAG, training, evaluation, or dataset-heavy agent workflows that need a bridge between vector search, structured metadata, and large image, text, audio, or video collections.

Open Source
SeekDB logo

SeekDB

AI-native state store with hybrid vector and full-text search

SeekDB is an open-source AI-native state store from the OceanBase ecosystem that combines MySQL-compatible data access with hybrid vector and full-text retrieval. It targets agent and AI application teams that need embedded or server deployment, copy-on-write style sandboxes, and searchable state without gluing together several separate storage layers.

Open Source
TigerData logo

pgvectorscale

DiskANN-powered vector search extension for PostgreSQL

pgvectorscale is an open-source PostgreSQL extension from Timescale that complements pgvector with DiskANN-based approximate vector search. It is useful for teams that want faster embedding retrieval while keeping vectors, filters, and application data inside the Postgres ecosystem instead of adopting a separate hosted vector database.

Open Source

Used in Stacks

FAQ

What is Turso?

Edge-hosted distributed database built on libSQL (an open-source fork of SQLite) designed for low-latency data access worldwide. Features multi-region replication, embedded replicas that sync to your application server for microsecond reads, database branching for development workflows, and point-in-time recovery. Ideal for edge computing, serverless functions, and mobile apps. Compatible with SQLite ecosystem tooling. Generous free tier with 9GB storage and 500 databases.

Is Turso free?

Turso offers a free tier alongside paid plans. Free (500 DBs, 9 GB) / Scaler $29/mo / Pro $69/mo

Is Turso open source?

Yes — Turso is open source.

What are the best Turso alternatives?

The top editor-verified Turso alternatives are Supabase, Neon, Kysely.