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.
pub fn format_with_options(
sql: &str,
dialect: DialectType,
options: &FormatGuardOptions,
) -> Result<Vec<String>>Format/pretty-print SQL statements with configurable guard limits.