$npx skillfedfor your agent

Turso

Turso is a globally distributed SQLite platform built on libSQL that combines edge-hosted databases with embedded replicas for low-latency local reads. It supports vector similarity search, multi-database per-tenant architectures, batch operations, and integrates with Drizzle ORM for schema management. Use it for applications requiring offline-capable replicas, programmatic database provisioning, or distributed deployments.

Turso is an edge-hosted SQLite platform that lets you set up globally distributed databases with local replicas and vector search.

AI-generated summary based on this skill's SKILL.md

13 5 unlicensed, metadata onlyupdated by oakoss

Decision gist · record as of 2026-03-02

Turso is an edge-hosted SQLite platform that lets you set up globally distributed databases with local replicas and vector search. Turso is a globally distributed SQLite platform built on libSQL that combines edge-hosted databases with embedded replicas for low-latency local reads. It supports vector similarity search, multi-database per-tenant architectures, batch operations, and integrates with Drizzle ORM for schema management. Use it for applications requiring offline-capable replicas, programmatic database provisioning, or distributed deployments.

manual: git clone https://github.com/oakoss/agent-skills → cp -r agent-skills ~/.claude/skills/turso

Use it when

  • Turso setup involves creating a database instance through its CLI or API, configuring connection strings for your application.
  • Turso enables data replication and distribution across edge locations.
Same gist for agents: .md · .json

Install

oakoss/agent-skills/turso · repository language: Python

generated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is Turso and how does it work?

Turso is a globally distributed SQLite platform built on libSQL that combines edge-hosted databases with embedded replicas for low-latency local reads. It enables applications to replicate data across edge locations, supporting offline-capable replicas and distributed deployments. Turso integrates with Drizzle ORM for schema management and supports vector similarity search and batch operations for modern application needs.

How do you set up and configure a Turso database instance?

Turso setup involves creating a database instance through its CLI or API, configuring connection strings for your application, and establishing replication across desired edge locations. The platform supports programmatic database provisioning, allowing you to automate multi-database per-tenant architectures. Turso's documentation and setup guides provide step-by-step instructions for initial configuration and integration with your development environment.

What is Turso's replication and distributed database capability?

Turso enables data replication and distribution across edge locations, allowing you to maintain synchronized copies of your database globally. This distributed architecture ensures low-latency local reads by hosting embedded replicas near your users. The replication system supports offline-capable replicas, meaning applications can continue functioning even when disconnected from the primary database.

How do you query data using Turso's SQL interface?

Turso provides a standard SQL interface for querying data, supporting SQLite syntax and advanced features like vector similarity search. You can execute queries through connection strings, the Turso API, or integrated ORMs like Drizzle. The platform supports batch operations for efficient multi-query execution, making it suitable for both simple lookups and complex analytical workloads.

How does Turso integrate into application workflows?

Turso integrates into applications through connection strings, SDKs, and ORM support including Drizzle for schema management. It supports multi-database per-tenant architectures for SaaS applications and enables programmatic database provisioning. The platform's API and CLI tools allow seamless integration into deployment pipelines and application initialization workflows.

What makes Turso suitable for edge and serverless deployments?

Turso is designed as a serverless, edge-first database platform that combines globally distributed edge hosting with embedded replicas for offline capability. Its architecture eliminates traditional database latency by bringing data closer to users, making it ideal for serverless applications, mobile backends, and globally distributed systems requiring low-latency access.

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Set up and configure a Turso database instance”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

turso-db
by tursodatabase · tursodatabase/agent-skills

Turso is a Rust-based, in-process SQL database that runs SQLite-compatible queries in Node.js, browsers, React Native, and edge functions. It includes vector similarity search, full-text search powered by Tantivy, change tracking, encryption, and remote sync capabilities. This skill covers SDK setup, CLI usage, and recipes for all supported languages and platforms.

MITupdated Jul 2026
★ 21repo stars
Drizzle Orm
by oakoss · oakoss/agent-skills

Drizzle ORM is a lightweight TypeScript ORM that delivers compile-time type safety while mapping directly to SQL across PostgreSQL, MySQL, and SQLite. It combines a SQL-like query builder with a relational queries API, serverless compatibility, and zero dependencies for full control over your database layer.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
drizzle-orm
by Mindrally · Mindrally/skills

Drizzle ORM is a lightweight, type-safe TypeScript ORM that treats SQL as a first-class citizen. This skill covers schema definition, database connections across PostgreSQL, SQLite, and Turso, relational queries, and performance patterns like proper indexing and pagination.

Apache-2.0updated Jun 2026
★ 202repo stars
drizzle-sqlite-scaffold
by pproenca · pproenca/dot-skills

Drizzle SQLite Scaffold automates project initialization and table scaffolding for Drizzle + SQLite, emitting driver-specific config, singleton client, schema files with inferred types, and CRUD repository modules. Supports better-sqlite3, libsql/Turso, and bun:sqlite with built-in conventions for pragmas, relations, timestamps, and soft deletes.

MITupdated Jul 2026
★ 182repo stars
Pglite
by oakoss · oakoss/agent-skills

PGlite brings a full PostgreSQL query engine to the browser and Node.js as a lightweight WASM build, weighing under 3MB gzipped. It supports transactions, extensions like pgvector and full-text search, live reactive queries, and multi-tab worker coordination. Ideal for offline-capable apps, local-first architectures, and embedded testing without server infrastructure.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
edge-computing
by travisjneuman · travisjneuman/.claude

Edge Computing covers deployment patterns and best practices for running compute at the edge using platforms like Cloudflare Workers, Deno Deploy, and Vercel Edge Functions. Learn edge-side rendering, smart routing, caching strategies, and how to integrate edge databases like D1, Turso, and DynamoDB Global Tables for sub-50ms response times worldwide.

MITupdated Jul 2026
★ 85repo stars
Tags
edge-databaseserverless-sqldistributed-replicationlibsql-compatiblelow-latency-queries