olorehq

olore-turso-latest

Local Turso documentation reference (latest). Use for libSQL, SQLite at the edge, embedded replicas, Turso CLI, and database sync.

olorehq 67 4 Updated 3mo ago

Resources

3
GitHub

Install

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

  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.