mirror of
https://github.com/Canner/WrenAI.git
synced 2026-08-29 00:03:22 +08:00
b31a1c191f
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Wren Engine Documentation
Wren Engine is an open-source semantic engine for AI agents and MCP clients. It translates SQL queries through MDL (Model Definition Language) and executes them against 22+ data sources.
Getting Started
- Quick Start -- Set up a local semantic layer with the jaffle_shop dataset using the Wren CLI and Claude Code. (~15 minutes)
Core Concepts
- Wren Project -- Project structure, YAML authoring, and how the CLI compiles models into a deployable manifest.
MDL Reference
- Model -- Define semantic entities over physical tables or SQL expressions.
- Relationship -- Declare join paths between models for automatic resolution.
- View -- Named SQL queries that behave as virtual tables.