How database transactions work in Ecto and why Elixir makes it awesome?
This is a thorough guide for SQL experts and newbies alike, so let’s summarize what we’ll talk about in this article:
We’ll explain what the purpose and characteristics of transactions are Then, we’ll outline how to approach them in Elixir, using “the Ecto way” Finally, we’ll get to explain how it feels superior to different ORMs
Read next Getting Rusty with Elixir and NIFs