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

include/cquill@introspection_RawPrimaryKeyRow.hrl

-record(raw_primary_key_row, {
table_name :: binary(),
column_name :: binary(),
ordinal_position :: integer()
}).