Skip to main content

format_with_options

Function format_with_options 

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

Format/pretty-print SQL statements with configurable guard limits.