Packages

Generate typed Gleam modules from a SQL schema file

Current section

Files

Jump to
glsql include glsql@error_ParseError.hrl
Raw

include/glsql@error_ParseError.hrl

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