Function parse_sql_query

Source
pub fn parse_sql_query(query: &str) -> Result<Vec<RootStmt>, PGQueryError>