README.md

# AntlUtilsEcto

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

Superpower you Ecto schema. (filter, search, order, paginate).  
Set of utils about datetime for Ecto.Changeset, Ecto.Query.  
A basic factory for your ecto schema. Just what you need.  

## Installation

AntlUtilsEcto is published on [Hex](http://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, "~> 2.7"}
  ]
end
```

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

## AntlUtils\*

All AntlUtils libraries by Annatel:

- [AntlUtilsElixir](http://github.com/annatel/antl_utils_elixir) - Set of utils for Elixir
- [AntlUtilsEcto](http://github.com/annatel/antl_utils_ecto) - Set of utils for Ecto
- [AntlUtilsAbsinthe](http://github.com/annatel/antl_utils_absinthe) - Set of utils for Absinthe