aicoolies logo
Turso logo

Turso

SQLite for production

Share
freemiumOpen Source
Visit Website →

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

Alternatives

Related Tools

VectorChord logo

VectorChord

High-recall Postgres vector search at billion scale

VectorChord is a Postgres extension from the supervc-stack/VectorChord project that brings high-recall vector search to PostgreSQL. As the spiritual successor to pgvecto.rs, it combines IVF indexes with RaBitQ quantization to deliver Pinecone-class performance at billion-vector scale while keeping all data inside a single Postgres database — no separate vector store, no two-system sync, no rewrites when the workload grows.

open-sourceOpen Source
Infinity logo

Infinity

AI-native database for hybrid RAG retrieval

Infinity is an AI-native database from InfiniFlow that unifies dense vectors, sparse vectors, tensors, and full-text search in a single engine. Built for retrieval-augmented generation (RAG) at scale, it powers hybrid search workflows where lexical matching, semantic similarity, and reranking all happen against one storage layer instead of four loosely coupled services.

open-sourceOpen Source
sqlite-vec logo

sqlite-vec

Vector search extension for SQLite that runs anywhere

sqlite-vec is a lightweight vector search extension for SQLite written in pure C with zero dependencies. It brings nearest-neighbor search capabilities directly into SQLite databases, enabling AI applications to store and query embeddings without running a separate vector database. The extension works everywhere SQLite runs including Linux, macOS, Windows, WebAssembly in browsers, and even Raspberry Pi devices. Sponsored by Mozilla Builders, Fly.io, and Turso.

freeOpen Source
WeKnora logo

WeKnora

Enterprise RAG framework by Tencent

WeKnora is a Tencent-developed LLM-powered knowledge management and Q&A framework for enterprise document understanding and semantic retrieval. Supports 10+ document formats including PDF, Word, Excel, and images with seamless IM platform integration for WeCom, Feishu, Slack, and Telegram. Offers Quick Q&A mode using RAG pipelines and Intelligent Reasoning mode with ReACT agents for complex multi-step reasoning tasks across organizational knowledge bases.

open-sourceOpen Source
Pixeltable logo

Pixeltable

Declarative multimodal AI data infrastructure

Pixeltable is a declarative data infrastructure for multimodal AI that stores video, audio, images, and documents as first-class column types. Define Python computed columns for inference and transformations, and Pixeltable auto-orchestrates execution with incremental updates. Built-in vector search eliminates the need for separate vector databases while supporting RAG and semantic search workflows.

open-sourceOpen Source
USearch logo

USearch

Fast embeddable vector search engine

USearch is a high-performance vector search engine implementing HNSW algorithms for approximate nearest neighbor queries across C++, Python, JavaScript, Rust, Java, Go, and more. It supports user-defined distance metrics, memory-mapped persistence for datasets larger than RAM, and filtered search with predicates. Used by YugabyteDB and ScyllaDB as their production vector indexing backend.

open-sourceOpen Source

Used in Stacks