SqliteSlowQueryLogger

Enable database performance testing instrumentation.

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override val key: WasmSqliteDebugConfigBlock.Key<*>
Link copied to clipboard
var logger: (String) -> Unit
Link copied to clipboard

Value of the "db.log.slow_query_threshold" system property, which can be changed by the user at any time. If the value is zero, then all queries will be considered slow. If the value does not exist or is negative, then no queries will be considered slow.