# `Exandra.Counter`
[🔗](https://github.com/vinniefranco/exandra/blob/v1.0.0/lib/exandra/counter.ex#L1)

`Ecto.Type` for counters.

## Examples

    schema "page_views" do
      field :url, :string
      field :views, Exandra.Counter
    end

# `t`

```elixir
@type t() :: integer()
```

The type for an Exandra counter.

# `embed_as`

# `equal?`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
