Expand description
Configuration validation for fraiseql.toml settings.
ConfigValidator checks a loaded RuntimeConfig for semantic errors
(e.g. missing required environment variables, invalid combinations of
settings) and collects all errors before returning so the developer sees
every problem in one pass.
Structsยง
- Config
Validator - Comprehensive configuration validator
- Validation
Result - Validation result with all errors collected