Packages

Generate typed Gleam modules from a SQL schema file

Current section

Files

Jump to
glsql include glsql@error_UnknownType.hrl
Raw

include/glsql@error_UnknownType.hrl

-record(unknown_type, {
name :: binary(),
pos :: integer(),
hint :: gleam@option:option(binary())
}).