Function mz_sql_pretty::pretty_strs
source ยท pub fn pretty_strs(str: &str, width: usize) -> Result<Vec<String>, Error>
Expand description
Parses str
into SQL statements and pretty prints them.
pub fn pretty_strs(str: &str, width: usize) -> Result<Vec<String>, Error>
Parses str
into SQL statements and pretty prints them.