README.md

# PagedQuery
[![Build Status](https://github.com/fremantle-industries/paged_query/workflows/test/badge.svg?branch=main)](https://github.com/fremantle-industries/paged_query/actions?query=workflow%3Atest)
[![hex.pm version](https://img.shields.io/hexpm/v/paged_query.svg?style=flat)](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)