Crate dbml_rs

Source

Modules§

ast
Collections of AST Nodes.

Constants§

DEFAULT_SCHEMA
Default database schema if not specified in a DBML file.

Functions§

parse_dbml
Parses the given text input and performs a semantics check.
parse_dbml_unchecked
Parses the entire DBML text and returns an unsanitized Abstract Syntax Tree (AST).