pub fn pretty_strs_simple(str: &str, width: usize) -> Result<Vec<String>, Error>
Parses str into SQL statements and pretty prints them in Simple mode.
str
Simple