record

abstract fun record(tableName: String, operation: String, durationMs: Long)

Called after every query execution (both blocking and suspend paths).

Parameters

tableName

the primary table name the query targeted

operation

one of: "save", "update", "delete", "saveAll", "deleteAll", "batch"

durationMs

wall-clock duration of the execute call in milliseconds