klyn.data.sql.SQLConfiguration.formatSQL
property
public readonly property formatSQL as Boolean
Description

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
)