SqliteStatementProfileLogger

Enables logging of the SQL statement with wall-clock time it took to execute.

Uses SQLITE_TRACE_PROFILE callback under the hood.

Properties

Link copied to clipboard
Link copied to clipboard
open override val key: WasmSqliteDebugConfigBlock.Key<*>
Link copied to clipboard
var logger: (db: Any, sql: String, time: Duration) -> Unit