Description
Provides Mnesia, Erlang's distributed database system. It is used by Erlang applications that need replicated tables, transactions, and data stored close to the runtime process model.
Use it when an Erlang project is designed around Mnesia. It is embedded into applications rather than a typical standalone database server managed like PostgreSQL or MariaDB.