Function parse_create_table_statements

Source
pub fn parse_create_table_statements(
    sql: impl AsRef<str>,
) -> (Vec<Table>, Vec<Statement>)