Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ne1ro/dynamic_ecto_query

Example of building dynamic queries with Ecto
https://github.com/ne1ro/dynamic_ecto_query

database ecto elixir query

Last synced: 25 days ago
JSON representation

Example of building dynamic queries with Ecto

Awesome Lists containing this project

README

        

# Dynamic Ecto Query

Example of building dynamic queries using Ecto.
Related to my article on [website](https://neiro.io/2017/09/16/building-dynamic-queries-with-ecto.html) and Medium.

## Installation

```
brew install elixir &&
mix do local.hex, deps.get, compile, ecto.create, ecto.migrate &&
iex -S mix
```

Create by **neiro** 👹 © 2017