pub fn format(query: &str, params: &QueryParams, options: FormatOptions) -> StringExpand description
Formats whitespace in a SQL string to make it easier to read.
Optionally replaces parameter placeholders with params.
pub fn format(query: &str, params: &QueryParams, options: FormatOptions) -> StringFormats whitespace in a SQL string to make it easier to read.
Optionally replaces parameter placeholders with params.