gim v1.0.0 Gim.Repo.Table behaviour View Source
Defines a typed table of nodes.
A repository holds each distinct node type in a typed Table.
Link to this section Summary
Link to this section Callbacks
Link to this callback
query(table, ids, filter)
View Sourcequery(table :: map(), ids :: nil | [pos_integer()], filter :: list()) :: {:ok, [struct()]} | {:error, Gim.NoIndexError}