Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 365 Bytes

EctoFilter

Aims in building database queries using data as filtering conditions.

Installation

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

def deps do
  [
    {:ecto_filter, "~> 0.3.1"}
  ]
end

Documentation is available at https://hexdocs.pm/ecto_filter.