Packages
antl_utils_ecto
0.1.0
2.13.2
2.13.1
2.13.0
2.12.0
2.11.0
2.10.1
2.10.0
2.9.1
2.9.0
2.8.7
2.8.6
2.8.5
2.8.4
2.8.3
2.8.1
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.4
2.4.3
2.4.2
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
retired
1.5.0
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Elixir Ecto utils.
Current section
Files
Jump to
Current section
Files
antl_utils_ecto
README.md
README.md
# AntlUtilsEcto
  [](http://opensource.org/licenses/MIT)  
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).