Skip to main content

translate

Function translate 

Source
pub fn translate(sql_raw: &str) -> Result<Stmt, String>
Expand description

Translate one SQL statement into something executable, or explain why not.