Tutorial about mnesia?

Hi all,

I am studying mnesia (in erlang).
I am following an old book (Erlang Programming ~ by Francesco Cesarini & Simon Thompson).

I am having difficulties understanding the best way to initialize the mnesia system (creating the schema, the tables, and starting mnesia…).

What I would love is a tutorial about implementing a simple mnesia Application from start to finish, do you know any good one?

Thank you

1 Like

Not a beginners tutorial as you request, but maybe can help you in making some progress:

4 Likes