pub fn create_user_and_database( superuser_url: &Url, db_name: &str, db_user: &str, db_pw: &str, ) -> Result<(), Error>
Creates a user and database with the given credentials using psql.