Expand description
SQL schema parser module using sqlparser-rs
Structs§
- Column
Metadata - Metadata for a column
- Foreign
KeyMetadata - Foreign key constraint
- Index
Metadata - Metadata for an index
- Primary
Key - Primary key definition
- Table
Metadata - Metadata for a database table
Functions§
- parse_
schema - Parse a SQL schema string into table metadata