docyrus-dsql-query-design
Installation
SKILL.md
Docyrus DSQL Query Design
DSQL (Docyrus Structured Query Language) is a read-only, PostgreSQL-compatible SQL dialect that queries logical data sources — not physical tables. Tables are named appSlug.dataSourceSlug. This skill covers the full workflow: schema discovery → query authoring → execution.
For the complete language reference (all supported functions, tenant pseudo-functions, row limits, rejection rules), see references/dsql-language-reference.md. For common query patterns and examples, see references/query-patterns.md.
Workflow
Follow in order.
- Confirm auth.
No session →docyrus auth who --json # confirms session + tenant namedocyrus auth loginfirst.