API Reference GSMLG.Mnesia v0.1.0
modules
Modules
Simple + Powerful interface to the Erlang Mnesia Database.
Module to read/write from GSMLG.Mnesia Tables.
Helper module that acts as an interface to convert GSMLG.Mnesia Table data structs into Mnesia data tuples and vice versa.
Module to interact with the database schema.
Helper functions for tests
Default Test Case with important aliases/imports
Helper table definitions
Mnesia-related helpers
Defines a GSMLG.Mnesia Table schema for Mnesia
GSMLG.Mnesia's wrapper around Mnesia transactions. This module exports
methods execute/2
and execute_sync/2
, and their bang versions,
which accept a function to be executed and an optional argument to
set the maximum no. of retries until the transaction succeeds.