View Source Needle.Table (needle v0.7.2)

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

Summary

Types

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