AgentSkillsCN

olore-turso-latest

本地 Turso 文档参考(最新版)。适用于 libSQL、边缘端的 SQLite 数据库、嵌入式副本、Turso CLI 命令行工具,以及数据库同步功能。

SKILL.md
--- frontmatter
name: olore-turso-latest
description: Local Turso documentation reference (latest). 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

TaskEntry Point
Getting startedcontents/quickstart.mdx or contents/introduction.mdx
AgentFS for AI agentscontents/agentfs/introduction.mdx
Platform APIcontents/api-reference/introduction.mdx
CLI commandscontents/cli/introduction.mdx
SDK integrationcontents/sdk/introduction.mdx
Embedded databasecontents/tursodb/quickstart.mdx
Local developmentcontents/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

  1. First, read TOC.md for complete file listing organized by directory
  2. Identify relevant section based on user's question:
    • AgentFSagentfs/ - Specialized filesystem for AI agents
    • Platform APIapi-reference/ - REST API for managing resources
    • CLIcli/ - Command-line interface documentation
    • SDKssdk/ - Client libraries for various languages
    • Featuresfeatures/ - Platform capabilities (branching, replicas, etc.)
    • Embeddedtursodb/ - Embedded database usage
  3. Read specific files for details

TOC.md contains all 216 files organized by directory - always check it first.