Crate dbml_rs

source ·

Modules§

Structs§

Enums§

Constants§

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

Functions§

  • Performs semantic checks of the unsanitized AST and returns an indexed metadata. This function also mutates the internal structure of the AST by changing column types after validating.
  • Parses the given text input and performs a semantics check.
  • Parses the entire DBML text and returns an unsanitized Abstract Syntax Tree (AST).