README.md

# AntlUtilsEcto

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/annatel/antl_utils_ecto/CI?cacheSeconds=3600&style=flat-square) ![GitHub issues](https://img.shields.io/github/issues-raw/annatel/antl_utils_ecto?style=flat-square&cacheSeconds=3600) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?cacheSeconds=3600?style=flat-square)](http://opensource.org/licenses/MIT) ![Hex.pm](https://img.shields.io/hexpm/v/antl_utils_ecto?style=flat-square) ![Hex.pm](https://img.shields.io/hexpm/dt/antl_utils_ecto?style=flat-square)

Set of utils for supporting pagination for Ecto.  
Set of utils about datetime for Ecto.Changeset, Ecto.Query.  

## Installation

AntlUtilsEcto is published on [Hex](https://hex.pm/packages/antl_utils_ecto).  
The package can be installed by adding `antl_utils_ecto` to your list of dependencies in mix.exs:

```elixir
def deps do
  [
    {:antl_utils_ecto, "~> 0.1.0"}
  ]
end
```

The docs can be found at [https://hexdocs.pm/antl_utils_ecto](https://hexdocs.pm/antl_utils_ecto).