Provides ability to create/add_table_copy ram-copy mnesia tables.
@spec fetch(atom(), term()) :: {:ok, term()} | {:error, term()}
@spec init_table(atom(), [atom()]) :: :ok | {:error, term()}
@spec match(term()) :: {:ok, term()} | {:error, term()}
@spec match_one(term()) :: {:ok, term()} | {:error, term()}
@spec put(tuple()) :: :ok | {:error, term()}
@spec remove(atom(), term()) :: :ok | {:error, term()}
@spec select(atom(), :ets.match_spec()) :: term()