pub fn parse_sql_file<P: AsRef<Path>>( sql_file_path: P, ) -> Result<(Vec<Table>, String)>
Parse SQL file and extract table schemas and data