pointers v0.2.2 Pointers.Table View Source

One Table to rule them all. A record of a table participating in the pointers abstraction - mandatory if participating.

Link to this section Summary

Link to this section Types

Specs

t() :: %Pointers.Table{
  __meta__: term(),
  id: term(),
  pointed: term(),
  schema: atom() | nil,
  table: binary()
}

Link to this section Functions