Amnesia.Schema (nuamnesia v0.3.0)

Summary

Functions

Create the schema on the given nodes.

Destroy the schema on the given nodes.

Print the schema information.

Print the schema of the given table.

Functions

create(nodes \\ [node()])

@spec create([node()]) :: :ok | {:error, any()}

Create the schema on the given nodes.

destroy(nodes \\ [node()])

@spec destroy([node()]) :: :ok | {:error, any()}

Destroy the schema on the given nodes.

print()

@spec print() :: :ok

Print the schema information.

print(tab)

@spec print(atom()) :: :ok

Print the schema of the given table.