An open API service indexing awesome lists of open source software.

https://github.com/edenlabllc/ecto_filter


https://github.com/edenlabllc/ecto_filter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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`:

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

Documentation is available at [https://hexdocs.pm/ecto_filter](https://hexdocs.pm/ecto_filter).