Async database connection config?

Strapi uses Knex, and Knex allows for the connection configuration to be retrieved asynchronously (example: see this page, search for connection: async). But Strapi’sDatabase.init method seems to not support that. This Knex functionality is useful for situations such as passwords being stored in a credential vault, or using more than one set of credentials so that the app doesn’t need to be restarted if credentials are rotated in the vault. Is there an alternative? Thanks!

This topic has been created from a Discord post (1274385264604741745) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord