name: olore-turso-latest description: Local Turso documentation reference (latest). Turso database documentation. Use for libSQL, SQLite at the edge, embedded replicas, Turso CLI, and database sync.
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 |
| TypeScript SDK | contents/sdk/ts/quickstart.mdx |
| Python SDK | contents/sdk/python/quickstart.mdx |
| Embedded replicas | contents/features/embedded-replicas/introduction.mdx |
| Platform REST API | contents/api-reference/introduction.mdx |
| CLI reference | contents/cli/introduction.mdx |
| SQL reference | contents/sql-reference/compatibility.mdx |
| Vector search | contents/guides/vector-search.mdx |
| Sync | contents/sync/usage.mdx |
| Local development | contents/local-development.mdx |
When to use
Use this skill when the user asks about:
- Connecting to Turso databases with any SDK (TypeScript, Python, Go, Rust, PHP, Flutter, Java, Kotlin, Ruby, Swift, C)
- libSQL protocol, SQLite at the edge, embedded replicas
- Turso CLI commands for managing databases, groups, and organizations
- Platform REST API for programmatic database management
- SQL statements, functions, data types, and SQLite compatibility
- Features like branching, point-in-time recovery, vector search, AI embeddings, multi-db schemas
- Database sync, conflict resolution, and partial sync
- Integrations with Cloudflare, Vercel, Next.js, Remix, Drizzle, Prisma, SQLAlchemy, etc.
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.