/ex_queb

Generic Ecto Query Builder

Primary LanguageElixirMIT LicenseMIT

ExQueb

Ecto Filter Query Builder

This is a helper library for sharing code between ex_admin and auth-ex projects.

Installation

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

License

ex_eueb is Copyright (c) 2015-2016 E-MetroTel

The source code is released under the MIT License.

Check LICENSE for more information.