Skip to main content

format_with_options_by_name

Function format_with_options_by_name 

Source
pub fn format_with_options_by_name(
    sql: &str,
    dialect: &str,
    options: &FormatGuardOptions,
) -> Result<Vec<String>>
Expand description

Format SQL using a string dialect name with configurable guard limits.