parse_sql

Function parse_sql 

Source
pub fn parse_sql(sql: &str) -> ParseResult<Vec<Statement>>
Expand description

Parses a SQL string into a list of statements.

ยงErrors

Returns an error if the SQL is syntactically invalid.