Expand description
CLI commands module
Modulesยง
- analyze
- Analyze command - schema optimization analysis
- compile
- Schema compilation command
- cost
- Cost command - lightweight complexity scoring for queries
- dependency_
graph - Schema dependency graph command
- explain
- Explain command - show query execution plan and complexity analysis
- federation
- Federation commands
- generate_
views - Generate DDL for Arrow views (va_, tv_, ta_*)
- introspect_
facts - Introspect database for fact tables and output suggestions.
- lint
- Lint command - Design quality analysis for schemas
- serve
- Development server command with hot-reload
- validate
- Schema validation command
- validate_
facts - Validate that declared fact tables match database schema.