Packages

SQL query builder core for Gleam

Current section

Files

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

include/galchemy@orm@runtime_registry_RuntimeRegistry.hrl

-record(runtime_registry, {
snapshot :: galchemy@schema@model:schema_snapshot(),
models :: list(galchemy@orm@runtime_registry:runtime_model())
}).