Using Mnesia in your Elixir application (opens in new tab)
From My.Thoughts v1: This post was sponsored by the kind folks over at Check them out at Using Mnesia in an Elixir Application In today’s post we’ll be learning about what exactly Mnesia is, when you should reach for a tool like Mnesia, and some of the pros and cons of using using it. After covering the fundementals of Mnesia, we’ll dive right into a sample application where we will build an Elixir application that makes use of Mnesia as its database.
Read the original article