Skip to main content

SlowQueryLogger

Type Alias SlowQueryLogger 

Source
pub type SlowQueryLogger = fn(&str, u64);
Expand description

v6.5.6 — callback signature for slow-query log emission. Called with (sql, elapsed_us) once per successful execute that crosses the threshold.