canonical / canonical/data-platform-libs
Support for enabling database extensions
Open
- Dominant language
- Python
- Stars
- 13
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
There's currently no way to enable database extensions as the connection user. The database charm will not be aware of the user the related application is requesting, so setting up the extensions through the database charm configuration is not an option.
IMHO the relation library should support enabling this extensions. Otherwise, an SQL client library would need to be included to execute the corresponding SQL statements. One possible solution would be for the library to support this SQL execution.
Contributor guide
Assessment
This issue has not been assessed yet.