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_SavepointRollbackEvent.hrl
Raw

include/cquill@telemetry_SavepointRollbackEvent.hrl

-record(savepoint_rollback_event, {
transaction_id :: binary(),
savepoint_name :: binary(),
reason :: gleam@option:option(binary())
}).