Expand description
§Create
Tenant creation and database setup logic
Functions§
- check_
database_ exists - Check if a database with the provided
db_nameexists - check_
database_ role_ exists - Check if a database role with the provided
role_nameexists - check_
database_ table_ exists - Check if a table with the provided
table_nameexists - create_
database - Creates a new database.
- create_
restricted_ role - Sets up and locks down a database role.
- create_
restricted_ role_ aws_ iam - Sets up and locks down a database role.
- delete_
database - Delete a database.
- delete_
role - Delete a database role.
- make_
role_ iam_ only - Modifies a role to make it accessible through IAM only removes the password from the role