Function pg_embed::pg_unpack::unpack_postgres[][src]

pub async fn unpack_postgres(
    zip_file_path: &PathBuf,
    cache_dir: &PathBuf
) -> Result<(), PgEmbedError>
Expand description

Unpack the postgresql executables

Returns Ok(()) on success, otherwise returns an error.