Packages

Generate typed Gleam modules from a SQL schema file

Current section

Files

Jump to
glsql include glsql@error_ConfigError.hrl
Raw

include/glsql@error_ConfigError.hrl

-record(config_error, {
message :: binary(),
hint :: gleam@option:option(binary())
}).