amnesia v0.2.8 Amnesia.Schema

Link to this section 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.

Link to this section Functions

Link to this function

create(nodes \\ [node()])

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

Create the schema on the given nodes.

Link to this function

destroy(nodes \\ [node()])

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

Destroy the schema on the given nodes.

Link to this function

print()

print() :: :ok

Print the schema information.

Link to this function

print(tab)

print(atom()) :: :ok

Print the schema of the given table.