turso-db

The SQLite slot, filled by Turso — and unusually, a skill that actively steers the agent off the stale API surface web search returns.

Score 0(?)VerifiedCodeby TursoSourceDocs
Verified for:

Install

$ npx skills add tursodatabase/agent-skills --skill turso-db

No key needed for the embedded engine. It can start a local stdio MCP server over a db file, with no network ports.

Best for

Building on Turso or embedded SQLite where the agent would otherwise reach for the deprecated @libsql/client API that dominates search results.

Not ideal for

Managed Turso Cloud concerns — provisioning, JWT and fine-grained tokens live in the separate turso-cloud skill.

About this skill

Turso (Limbo) database helper — an in-process SQLite-compatible database written in Rust, formerly known as libSQL. Works in Node.js, the browser (WASM plus OPFS), React Native, and server-side. Covers vector search, full-text search, CDC, MVCC, encryption, and remote sync across the JavaScript, serverless, WASM, React Native, Rust, Python and Go SDKs. Do not search the web for "libsql" or "@libsql/client" — those are legacy names and web results show outdated APIs.

TursoSQLiteEmbedded DB

Score breakdown

Score breakdown

rubric 1.0
Install count
0/20
Provenance
12.8/15
GitHub stars
4.1/15
Recency
8.5/10
Compatibility
2/10
Documentation depth
10/10
Install ergonomics
10/10
License
5/5
Verification freshness
0.5/5

Composite 0–100 score derived from 9 verifiable signals. See the rubric →

PlanetScale's schema branching and index-aware queries, packaged for agents.

SchemaMigrationsMySQL
Code
Medium4 min

Supabase done right. RLS policies, edge functions, realtime, auth — in idiomatic patterns.

PostgresRLSRealtime
Code
Medium4 min

Prisma migrations and queries by the book. Index-aware, migration-safe, type-correct.

PrismaTypeScriptMigrations
Code
Medium3 min

Ranked #11 in Databases

Publish the ranking in your README. The badge reads the live score, so it updates when the ranking does.

turso-db — ranked #11 in Databases on Top Agent Skills
Markdown
[![turso-db — ranked #11 in Databases on Top Agent Skills](https://top-agent-skills.com/badge/turso-db.svg)](https://top-agent-skills.com/skill/turso-db)
HTML
<a href="https://top-agent-skills.com/skill/turso-db"><img src="https://top-agent-skills.com/badge/turso-db.svg" alt="turso-db — ranked #11 in Databases on Top Agent Skills"></a>

Skill FAQ

About turso-db

What is the turso-db skill?

Turso (Limbo) database helper — an in-process SQLite-compatible database written in Rust, formerly known as libSQL. Works in Node.js, the browser (WASM plus OPFS), React Native, and server-side. Covers vector search, full-text search, CDC, MVCC, encryption, and remote sync across the JavaScript, serverless, WASM, React Native, Rust, Python and Go SDKs. Do not search the web for "libsql" or "@libsql/client" — those are legacy names and web results show outdated APIs.

Which agents does turso-db work with?

Claude Code.

How do I install turso-db?

Run `npx skills add tursodatabase/agent-skills --skill turso-db` for Claude Code. See the install panel for per-agent commands.

Is turso-db free to use?

Yes — turso-db is open source (MIT).

Who maintains turso-db?

turso-db is published by Turso and was last updated on 2026-07-22.

What is turso-db best for?

Building on Turso or embedded SQLite where the agent would otherwise reach for the deprecated @libsql/client API that dominates search results.