View Source Electric.Shapes.Api.Params (electric v1.0.11)

Summary

Types

@type t() :: %Electric.Shapes.Api.Params{
  columns: term(),
  experimental_compaction: term(),
  handle: term(),
  live: term(),
  offset: term(),
  params: term(),
  replica: term(),
  shape_definition: term(),
  table: term(),
  where: term()
}

Functions

Link to this function

cast_root_table(changeset, api)

View Source
Link to this function

validate_for_delete(api, params)

View Source
Link to this function

validate_handle_with_offset(changeset)

View Source
Link to this function

validate_live_with_offset(changeset)

View Source