You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to create multi tenant connections (1 DB per tenant) using this package?
I store my tenant connection details in a master database. So I need one master connection on boot.
When a request is made to the app, grabbing the tenant ID either from header or authenticated user and looking up the tenant connection details putting them in a map. Next request looks into the map for the connection details with tenant id as key.
But how would you create a connection dynamically on every request like this?
The text was updated successfully, but these errors were encountered:
Is it possible to create multi tenant connections (1 DB per tenant) using this package?
I store my tenant connection details in a master database. So I need one master connection on boot.
When a request is made to the app, grabbing the tenant ID either from header or authenticated user and looking up the tenant connection details putting them in a map. Next request looks into the map for the connection details with tenant id as key.
But how would you create a connection dynamically on every request like this?
The text was updated successfully, but these errors were encountered: