pub fn pretty_strs( str: &str, config: PrettyConfig, ) -> Result<Vec<String>, Error>
Parses str into SQL statements and pretty prints them.
str