postgresql_extensions::extensions

Function 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.