load_schema_from_ddl

Function load_schema_from_ddl 

Source
pub fn load_schema_from_ddl(
    path: &Path,
    dialect: Dialect,
) -> Result<SchemaMetadata>
Expand description

Load schema from a DDL file containing CREATE TABLE statements.

Parses the DDL using flowscope-core’s analyzer to extract table/column definitions.