Expand description
SQL grammar and feature matrix for Krishiv.
Provides a machine-readable inventory of which SQL dialect features are supported, partially supported, or planned. Callers can query the matrix to build documentation, surface feature gaps, or validate queries before submission.
Structs§
- Feature
Entry - A single entry in the Krishiv SQL feature matrix.
Enums§
- Feature
Status - Support status for a single SQL feature.
Functions§
- feature_
matrix - Return the complete Krishiv SQL feature matrix.
- features_
by_ status - Return only entries with the given
status. - features_
for_ category - Return only entries matching
category(case-insensitive prefix match).