---
name: turso-db
slug: turso-db
score: 53
rubric: 1.0
provenance: verified-org
publisher: Turso
license: MIT
capability: read-write
canonical: https://top-agent-skills.com/skill/turso-db
---

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

## Install

### Claude Code

```bash
npx skills add tursodatabase/agent-skills --skill 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.

## Not ideal for

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

## About

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.

## Compatibility

claude-code

## Metadata

- Categories: databases-schemas
- Surfaces: claude-code
- Tags: Turso, SQLite, Embedded DB
- Setup time: 2 min
- Complexity: Low
- Last update: 2026-07-22
- Verified: —
- Source: https://github.com/tursodatabase/agent-skills/tree/main/skills/turso-db
- Docs: https://github.com/tursodatabase/agent-skills/blob/main/skills/turso-db/SKILL.md

---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
