query

Query adds tools to aid the use of Ecto in web settings.

Downloads
9.8K
Stars
25
Committers
1

Query

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.

Installation

This package can be installed by adding query to your list of dependencies in mix.exs:

def deps do
  [
    {:query, "~> 0.5"}
  ]
end

Documentation

See HexDocs for additional documentation.

Package Rankings
Top 28.68% on Hex.pm
Badges
Extracted from project README
Build Status Query version