guaxinim v0.1.2 Guaxinim.Database
Link to this section Summary
Functions
Alias all the table names in the current scope and require what’s needed
Create the database, it calls .create
on every defined table
Create the database, it calls .create
on every defined table, raises
in case of error
Destroy the database, it calls .destroy
on every defined table
Destroy the database, it calls .destroy
on every defined table,
raises in case of error
List of atoms of the defined tables in the database
Wait for the database to be loaded
Link to this section Functions
Alias all the table names in the current scope and require what’s needed.
Create the database, it calls .create
on every defined table.
Create the database, it calls .create
on every defined table, raises
in case of error.
Destroy the database, it calls .destroy
on every defined table.
Destroy the database, it calls .destroy
on every defined table,
raises in case of error.
List of atoms of the defined tables in the database.
wait(integer() | :infinity) :: :ok | {:timeout, [atom()]} | {:error, atom()}
Wait for the database to be loaded.