Skip to content

jackmarchant/composing-ecto-queries

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 

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

  1. Clone this repo
  2. Set up a local Postgres database and edit the config
  3. Run mix install
  4. Run mix test to see everything working correctly.

About

Example application for composing Ecto queries in Elixir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages