Module create

Module create 

Source
Expand description

§Create

Tenant creation and database setup logic

Functions§

check_database_exists
Check if a database with the provided db_name exists
check_database_role_exists
Check if a database role with the provided role_name exists
check_database_table_exists
Check if a table with the provided table_name exists
create_database
Creates a new database.
create_restricted_role
Sets up and locks down a database role.
delete_database
Delete a database.
delete_role
Delete a database role.