mz_sql_pretty

Function pretty_strs

Source
pub fn pretty_strs(
    str: &str,
    config: PrettyConfig,
) -> Result<Vec<String>, Error>
Expand description

Parses str into SQL statements and pretty prints them.