create_user_and_database

Function create_user_and_database 

Source
pub fn create_user_and_database(
    superuser_url: &Url,
    db_name: &str,
    db_user: &str,
    db_pw: &str,
) -> Result<(), Error>
Expand description

Creates a user and database with the given credentials using psql.