Skip to main content

generate_pretty

Function generate_pretty 

Source
pub fn generate_pretty(statement: &Statement, _dialect: Dialect) -> String
Expand description

Generate a pretty-printed SQL string from a Statement AST.

Produces formatted SQL with newlines and indentation for readability.