Skip to main content

Module grammar

Module grammar 

Source
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§

FeatureEntry
A single entry in the Krishiv SQL feature matrix.

Enums§

FeatureStatus
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).