Local Turso documentation reference (latest). Use for libSQL, SQLite at the edge, embedded replicas, Turso CLI, and database sync.
Resources
3Install
npx skillscat add olorehq/olore/olore-turso-latest Install via the SkillsCat registry.
SKILL.md
Turso Documentation
Turso database documentation. Use for libSQL, SQLite at the edge, embedded replicas, Turso CLI, and database sync.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | contents/quickstart.mdx or contents/introduction.mdx |
| AgentFS for AI agents | contents/agentfs/introduction.mdx |
| Platform API | contents/api-reference/introduction.mdx |
| CLI commands | contents/cli/introduction.mdx |
| SDK integration | contents/sdk/introduction.mdx |
| Embedded database | contents/tursodb/quickstart.mdx |
| Local development | contents/local-development.mdx |
When to use
Use this skill when the user asks about:
- Turso database, libSQL, or SQLite at the edge
- AgentFS (filesystem for AI agents)
- Embedded replicas and database sync
- Turso CLI commands and usage
- Platform API for managing databases, organizations, groups
- Client SDKs (TypeScript, Python, Go, Rust, PHP, Ruby, Java, Kotlin, Swift, C, Flutter)
- Framework integrations (Next.js, Remix, SvelteKit, Nuxt, Laravel, Flask, Rails, etc.)
- ORM integrations (Prisma, Drizzle, SQLAlchemy, Doctrine, ActiveRecord)
- Cloud features (encryption, durability, private endpoints)
- Database features (branching, point-in-time recovery, AI/embeddings, scale-to-zero)
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question:
- AgentFS →
agentfs/- Specialized filesystem for AI agents - Platform API →
api-reference/- REST API for managing resources - CLI →
cli/- Command-line interface documentation - SDKs →
sdk/- Client libraries for various languages - Features →
features/- Platform capabilities (branching, replicas, etc.) - Embedded →
tursodb/- Embedded database usage
- AgentFS →
- Read specific files for details
TOC.md contains all 216 files organized by directory - always check it first.