Query adds simple tools to aid the use of Ecto in web settings. With it, we can add paging, scopes, and sorting with ease. At its heart, Query lets us build complex queries from our controller params.
This package can be installed by adding query
to your list of dependencies in mix.exs
:
def deps do
[
{:query, "~> 0.5"}
]
end
See HexDocs for additional documentation.