What problem does it solve? Working with Turso (Limbo), the Rust-based SQLite-compatible database, requires knowing its beta constraints, choosing the right SDK per platform, and avoiding outdated libSQL documentation. This Skill provides decision trees, critical rules, and ready-to-use recipes so you write correct Turso code on the first attempt. ## Core Features & Use Cases - Multi-platform SDK guidance: Covers JavaScript/Node.js, serverless/edge, browser WASM with OPFS, React Native, Rust, Python, and Go with install commands and API references. - Feature recipes: In-depth references for vector search, full-text search (Tantivy-based), CDC, MVCC concurrent transactions, page-level encryption, and bidirectional remote sync with Turso Cloud. - Use Case: You are building an offline-first React Native app. The Skill directs you to @tursodatabase/sync-react-native, shows push/pull sync patterns, platform path handling, and optional remote encryption configuration. ## Quick Start Ask the AI to help you set up a Turso embedded database with vector similarity search in your Node.js project using the @tursodatabase/database SDK.