# AntlUtilsEcto
[](http://github.com/annatel/antl_utils_ecto/actions) [](http://github.com/annatel/antl_utils_ecto/issues) [](http://opensource.org/licenses/MIT) [](http://hex.pm/packages/antl_utils_ecto) [](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