Diving into Ecto.Query

Speaker:
Willian Frantz


Abstract:

Create complex and powerful SQL queries is part of our lives as Web Developers, you may be dealing with a structured database with huge sets of data, or having a complex business logic that requires to join lots of tables in order to retrieve a final result.

Let’s see how far we can get with Ecto.Query, and if we can manage to attend our needs using it’s API.

Level:

Tags:
Ecto,Phoenix,modules