This is the primary repository for the EMP Database application.
The current implementation uses Erlang's built in MNesia database for storage and fault-tolerance. However, this is merely for convenience and you can use any database you want as empdb.erl provides hooks to the actual implementation.
See the wiki for more information on how to extend or change EMP's Database. If there is something missing from the documentation, please be so kind as to post an issue. We are still in alpha and will update as soon as possible.
NOTE: There is no need to clone this repo directly, Empd/emp will pull this repo as a dependency using rebar.