Current section

Files

Jump to
sqlode include sqlode@internal@model_CustomType.hrl
Raw

include/sqlode@internal@model_CustomType.hrl

-record(custom_type, {
name :: binary(),
module :: gleam@option:option(binary()),
underlying :: sqlode@internal@model:scalar_type(),
codec :: gleam@option:option(sqlode@internal@model:codec_hooks())
}).