Azure / Azure/azure-functions-postgresql-extension
azurekeyvault support from postgres database
Open
- Dominant language
- C#
- Stars
- 4
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Is there any PostgreSQL extension called called azurekeyvault to access Azure Key Vault from the database.
```
CREATE EXTENSION azurekeyvault;
SELECT azurekeyvault.get_secret('my-secret');
azurekeyvault.set_secret('my-secret', 'my-secret-value');
```
And can we install this type of custom extensions in flexible postgreSQL managed service?
Thanks,
Rinshad.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.