Using Ecto For Formula 1 Standings
Learn about composing Ecto Queries by generating a Formula 1 Driver’s Championship standings table with a single trip to the database. The final query will include multiple join
s and where
s, and will demonstrate select
, group_by
, and order_by
as well.
Read next Introducing Dayron - The Elixir REST client you ever wanted