Packages

Generate typed Gleam modules from a SQL schema file

Current section

Files

Jump to
glsql include glsql@resolve_ResolvedColumn.hrl
Raw

include/glsql@resolve_ResolvedColumn.hrl

-record(resolved_column, {
sql_name :: binary(),
field_name :: binary(),
gleam_type :: binary(),
decoder :: binary(),
encoder :: binary(),
sql_type_name :: binary(),
nullable :: boolean(),
primary_key :: boolean(),
imports :: list(binary())
}).