Skip to content

matelau/ecto_postgres_tut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EctoPostgresTut

This Tutorial was motivated by Lew Parker's comments on Ecto at https://www.glydergun.com/

Requirements

  • Postgres
  • Elixir 1.9
  • Erlang 22.1

This tutorial has two sections Queries & Changesets

Queries

  • To get started run mix test
  • Go through and make modifications of tests & modules until you create a valid solution

Topics

  • Ecto SQL Basics (From, Where)
  • Preloads (Associations & Bindings)
  • Joins
  • Select Variations
  • Fragments

Changesets

About

ecto_postgres_tut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages