pointers v0.3.1 Pointers.Pointable View Source

Sets up an Ecto Schema for a Pointable table.

Sample Usage

use Pointers.Pointable,
  otp_app: :my_app,   # your OTP application's name
  source: "my_table", # default name of table in database
  table_id: "01EBTVSZJ6X02J01R1XWWPWGZW" # valid ULID to identify table

Link to this section Summary

Link to this section Functions

Link to this macro

pointable_schema(body)

View Source (macro)