Phoenix.Sync.PredefinedShape (Phoenix.Sync v0.6.1)
View SourceSummary
Types
@type option() :: {:table, binary()} | {:where, nil | binary()} | {:columns, nil | [binary()]} | {:namespace, nil | binary()} | {:params, nil | %{optional(pos_integer()) => binary() | integer() | float() | boolean()} | [binary() | integer() | float() | boolean()]} | {:replica, term()} | {:transform, {module(), atom(), [term()]} | (term() -> term()) | atom()} | {:storage, map() | nil}
@type options() :: [option()]
@type shape() :: options() | Phoenix.Sync.queryable()