parse_sql_file

Function parse_sql_file 

Source
pub fn parse_sql_file<P: AsRef<Path>>(
    sql_file_path: P,
) -> Result<(Vec<Table>, String)>
Expand description

Parse SQL file and extract table schemas and data