Current section
Files
Jump to
Current section
Files
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())
}).