Skip to main content

Crate materynskyis_yaml_schema_parser

Crate materynskyis_yaml_schema_parser 

Source
Expand description

Structs§

Column
Represents a column within a table, including its type and mode.
Schema
Represents a database schema containing multiple tables.
Table
Represents a table within the schema, containing a list of columns.
YAMLParser
The main YAML parser for database schema files. This parser reads and validates YAML files that define a database schema structure, including schema name, tables, and columns.

Enums§

Rule
SchemaErr
Enum for handling errors during schema parsing.

Functions§

parse_schema
Parses a YAML string into a Schema structure.