Ecto Filter Query Builder
This is a helper library for sharing code between ex_admin and auth-ex projects.
Add ex_queb to your deps:
mix.exs
defp deps do
...
{:ex_queb, "~> 0.1"},
...
end
Fetch and compile the dependency
mix do deps.get, deps.compile
ex_eueb
is Copyright (c) 2015-2016 E-MetroTel
The source code is released under the MIT License.
Check LICENSE for more information.