Packages

Type-Safe, ORM-like SQL Library for gleam

Current section

Files

Jump to
starmap include starmap@schema_Column.hrl
Raw

include/starmap@schema_Column.hrl

-record(column, {
table :: binary(),
name :: binary(),
column_type :: starmap@schema:column_type(any(), any()),
arguments :: list(starmap@schema:column_arguments())
}).