Packages

A compile-time safe database library for Gleam - Ecto-inspired schemas, composable queries, and adapter-based persistence

Current section

Files

Jump to
cquill include cquill@telemetry_BatchStopEvent.hrl
Raw

include/cquill@telemetry_BatchStopEvent.hrl

-record(batch_stop_event, {
operation :: binary(),
table :: binary(),
affected_count :: integer(),
duration_us :: integer()
}).