View Source erlfdb_tenant_management (erlfdb v0.1.2)

Summary

Functions

Link to this function

create_tenant(Db, TenantName)

View Source
-spec create_tenant(erlfdb:database() | erlfdb:transaction(), erlfdb:tenant_name()) -> ok.
Link to this function

delete_tenant(Db, TenantName)

View Source
-spec delete_tenant(erlfdb:database() | erlfdb:transaction(), erlfdb:tenant_name()) -> ok.
Link to this function

get_tenant(Db, TenantName)

View Source
-spec list_tenants(erlfdb:database() | erlfdb:transaction()) -> [erlfdb:tenant_name()].
Link to this function

list_tenants(Db, Begin, End, Opts)

View Source
Link to this function

transactional(Db, UserFun)

View Source
-spec transactional(erlfdb:database(), function()) -> any().