Skip to main content

parse_sql_file

Function parse_sql_file 

Source
fn parse_sql_file(
    content: &str,
    registry: &Registry,
) -> Result<Vec<ParsedStatement>, String>
Expand description

Parse a SQL file into statements using the same sqlness comment/interceptor conventions as the ordinary runner.