public readonly property formatSQL as Boolean
Whether logged SQL is expanded over readable lines.
This option affects logging only; the prepared statement always receives the original SQL text. It is disabled by default.
configuration = SQLConfiguration( "mariadb://localhost:3306/klyn", showSQL=true, formatSQL=true )