Function pgrx_pg_config::createdb

source ·
pub fn createdb(
    pg_config: &PgConfig,
    dbname: &str,
    is_test: bool,
    if_not_exists: bool,
    runas: Option<String>
) -> Result<bool>