README.md

# AntlUtils

Set of utils for Ecto.Changeset, Ecto.Query, pagination, Elixir.Enum, Elixir.Map, URI.Query and Absinthe

## Installation


```elixir
def deps do
  [
    {:antl_utils, git: "https://github.com/annatel/antl_utils.git", tag: "0.4.1"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/antl_utils](https://hexdocs.pm/antl_utils).