Packages

SQL query builder core for Gleam

Current section

Files

Jump to
galchemy include galchemy@orm@codec_CustomCodec.hrl
Raw

include/galchemy@orm@codec_CustomCodec.hrl

-record(custom_codec, {
sql_type_name :: binary(),
codec :: galchemy@orm@codec:codec(any())
}).