Packages

A SurrealDB Orm for Gleam!

Current section

Files

Jump to
surreal_gleam include types_Table.hrl
Raw

include/types_Table.hrl

-record(table, {
table_name :: binary(),
definition :: list({binary(),
types:field_type(),
{ok, binary()} | {error, binary()}}),
code_gen :: list({ok, binary()} | {error, binary()})
}).