postgresql_extensions::extensions

Function get_installed_extensions

Source
pub async fn get_installed_extensions(
    settings: &impl Settings,
) -> Result<Vec<InstalledExtension>>
Expand description

Gets the installed extensions.

ยงErrors

  • If an error occurs while getting the installed extensions.