Function pgx_utils::createdb[][src]

pub fn createdb(
    pg_config: &PgConfig,
    dbname: &str,
    is_test: bool,
    if_not_exists: bool
) -> Result<bool, Error>