Function postgresql_extensions::extensions::install

source ·
pub async fn install(
    settings: &impl Settings,
    namespace: &str,
    name: &str,
    version: &VersionReq,
) -> Result<()>
Expand description

Installs the extension with the specified namespace, name, and version.

§Errors

  • If an error occurs while installing the extension.