pub fn create_database(tenant: &str, server: &str) -> Result<(), String>
Expand description

Runs a database creation query, if said database does not exist. The database in question shall have the same name of a tenant. This function also expects the endpoint to a database server (e.g. localhost:5432).