Packages

A markup language to define ER schemas

Current section

Files

Jump to
prequel include prequel@ast_Entity.hrl
Raw

include/prequel@ast_Entity.hrl

-record(entity, {
span :: prequel@span:span(),
name :: binary(),
keys :: list(prequel@ast:key()),
attributes :: list(prequel@ast:attribute()),
inner_relationships :: list(prequel@ast:relationship()),
children :: gleam@option:option(prequel@ast:hierarchy())
}).