exd_streams v0.0.2 ExdStreams.Tables.Table

A view represents a snapshots of the latest stream of records for a particular stream

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %ExdStreams.Tables.Table{
  __meta__: term(),
  id: term(),
  indices: term(),
  inserted_at: term(),
  name: term(),
  query: term(),
  role_id: term(),
  updated_at: term()
}

Link to this section Functions

Link to this function

create_changeset(role, attrs)

Link to this function

create_with_query_changeset(role, attrs)