Function pretty_strs_simple

Source
pub fn pretty_strs_simple(str: &str, width: usize) -> Result<Vec<String>, Error>
Expand description

Parses str into SQL statements and pretty prints them in Simple mode.