Current section

Files

Jump to
database include database_Table.hrl
Raw

include/database_Table.hrl

-record(table, {
tabname :: gleam@erlang@atom:atom_(),
attributes :: list(database:table_attributes()),
path :: gleam@erlang@charlist:charlist(),
decoder :: gleam@dynamic@decode:decoder(any())
}).