Ecto.Type for counters.
Examples
schema "page_views" do
field :url, :string
field :views, Exandra.Counter
end
Summary
Functions
Callback implementation for Ecto.Type.embed_as/1.
Callback implementation for Ecto.Type.equal?/2.
Types
@type t() :: integer()
The type for an Exandra counter.
Functions
Callback implementation for Ecto.Type.embed_as/1.
Callback implementation for Ecto.Type.equal?/2.