Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ne1ro/dynamic_ecto_query
- Owner: ne1ro
- License: mit
- Created: 2017-09-16T14:33:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T09:18:48.000Z (over 7 years ago)
- Last Synced: 2024-11-11T05:45:42.779Z (3 months ago)
- Topics: database, ecto, elixir, query
- Language: Elixir
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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