A sneak peek at Ecto 3.0: query improvements (part 2)
We wrap up Query API improvements with added UNION/EXCEPT/INTERSECT and WINDOW/OVER support and other minor enhancements.
We wrap up Query API improvements with added UNION/EXCEPT/INTERSECT and WINDOW/OVER support and other minor enhancements.
Better join composition with named bindings, database prefixes, and more!
In the first post we discuss breaking changes: splitting up the repository, removing old calendar types, changes to JSON handling and a few other minor things.
Take a sneak peek at the new features and changes in Flow v0.14.
Performance matters way beyond the production environment. It impacts design, development, deployment, and more.
José Valim explains how to replace the deprecated GenEvent by a Supervisor and GenServer. He also describes the journey of Elixir team to come up with this solution.