Function test_setup::postgres::create_postgres_database
source · pub async fn create_postgres_database(
database_url: &str,
db_name: &str
) -> Result<(Quaint, String), Box<dyn Error + Send + Sync + 'static>>