Skip to content

E-MetroTel/ex_queb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.