Composing Ecto Queries
This is a sample application that I built while writing a blog post about Composing Ecto Queries.
It's not very sophisticated but hopefully illustrates the basics and some more powerful features of Ecto queries.
Getting started
- Clone this repo
- Set up a local Postgres database and edit the config
- Run
mix install
- Run
mix test
to see everything working correctly.