Mnemonics v0.2.1 Mnemonics.Repo View Source

Orchestrate Mnemonics.Memory.

Link to this section Summary

Functions

:load_table => Load a table of the table_name & version, then stop old ones

All living tables

Link to this section Types

Link to this type t() View Source
t() :: %Mnemonics.Repo{tables: [Mnemonics.Memory.t()]}

Link to this section Functions

Link to this function handle_call(msg, from, state) View Source
handle_call({:load_table, atom(), atom(), pos_integer()}, GenServer.from(), t()) :: {:reply, :ok | {:error, term()}, t()}

:load_table => Load a table of the table_name & version, then stop old ones.

All living tables.