Ecto Named Bindings in your queries
Positional bindings can be problematic due to the order when building large queries with many different functions.
Named bindings can be of great help in our challenges. It is not necessary to know the position to be able to refer to the variable.
More on: https://bartoszgorka.com/ecto-named-bindings-in-your-queries
Read next Wrap your application in a BEAM Burrito!