Is there a way to declare the connection parameters dynamically on a per-request basis?
Use case: On a multi-tenant B2B app where there is only one app instance but separate databases per tenant, each request may connect to a different customer database.