amnesia v0.2.7 Amnesia.Schema

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()])
create([node]) :: :ok | {:error, any}

Create the schema on the given nodes.

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

Destroy the schema on the given nodes.

print()
print() :: :ok

Print the schema information.

print(tab)
print(atom) :: :ok

Print the schema of the given table.