mcc v1.0.1 Mcc.Model

mnesia wrapper.

Link to this section Summary

Functions

Copy mnesia table from remote node

Create mnesia table

Link to this section Functions

Link to this function

copy_table(name, ram_or_disc \\ :ram_copies)
copy_table(atom(), atom()) :: :ok | {:error, any()}

Copy mnesia table from remote node.

Link to this function

create_table(name, tab_def)
create_table(atom(), list()) :: :ok | {:error, any()}

Create mnesia table.