Current section
Files
Jump to
Current section
Files
include/ormlette@changesets@changesets_Changeset.hrl
-record(changeset, {
table :: binary(),
data :: gleam@dict:dict(binary(), gleam@dynamic:dynamic_()),
errors :: list(ormlette@changesets@changesets:error()),
valid :: boolean()
}).