README.md
# PagedQuery
[](https://github.com/fremantle-industries/paged_query/actions?query=workflow%3Atest)
[](https://hex.pm/packages/paged_query)
Ecto query helpers for pagination
## Installation
Add the `paged_query` package to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:paged_query, "~> 0.0.2"}
]
end
```
## Authors
- Alex Kwiatkowski - alex+git@fremantle.io
## License
`paged_query` is released under the [MIT license](./LICENSE)