public readonly property showSQL as Boolean
Whether executed SQL text is written to the current console.
This explicit diagnostic switch remains independent from klyn.logging: changing application handlers must not silently change showSQL behavior. It is disabled by default and adds no logging or formatting work to the normal execution path.
configuration = SQLConfiguration( "mariadb://localhost:3306/klyn", showSQL=true )