postgresql_extensions::extensionsFunction 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.