# AntlUtilsEcto
[](https://github.com/annatel/antl_utils_ecto/actions) [](https://github.com/annatel/antl_utils_ecto/issues) [](http://opensource.org/licenses/MIT) [](https://hex.pm/packages/antl_utils_ecto) [](https://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](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, "~> 2.7"}
]
end
```
The docs can be found at [https://hexdocs.pm/antl_utils_ecto](https://hexdocs.pm/antl_utils_ecto).
## AntlUtils\*
All AntlUtils libraries by Annatel:
- [AntlUtilsElixir](https://github.com/annatel/antl_utils_elixir) - Set of utils for Elixir
- [AntlUtilsEcto](https://github.com/annatel/antl_utils_ecto) - Set of utils for Ecto
- [AntlUtilsAbsinthe](https://github.com/annatel/antl_utils_absinthe) - Set of utils for Absinthe