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@schema_PrimaryKeyChanged.hrl
Raw

include/cquill@schema_PrimaryKeyChanged.hrl

-record(primary_key_changed, {old_pk :: list(binary()), new_pk :: list(binary())}).