Memento v0.0.1 Memento View Source
Nothing here now, come back later
TODO: Convert this into an ‘Application’
Link to this section Summary
Functions
Prints :mnesia
information to console
Start the Memento Application
Stop the Memento Application
Returns all information about the Mnesia system
Link to this section Functions
Prints :mnesia
information to console.
Start the Memento Application.
This starts Memento and :mnesia
along with some sane application
defaults. See :mnesia.start/0
for more details.
Stop the Memento Application.
Returns all information about the Mnesia system.
Optionally accepts a key
atom argument which returns result for
only that key. Will throw an exception if that key is invalid. See
:mnesia.system_info/0
for more information and a full list of
allowed keys.