Function pretty_str_simple

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

Parses str into a single SQL statement and pretty prints it in Simple mode.