https://github.com/edenlabllc/ecto_filter
https://github.com/edenlabllc/ecto_filter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edenlabllc/ecto_filter
- Owner: edenlabllc
- Created: 2019-01-11T19:03:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T07:49:46.000Z (about 3 years ago)
- Last Synced: 2025-01-29T14:21:30.680Z (3 months ago)
- Language: Elixir
- Size: 38.1 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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).