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
I am trying to build multitenancy functionality, each tenant will have its own database.
Is this possible to create dynamically the connections using typegoose?
In the documentation as I can understand you can have multiple connections but are declared static.
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
You currently can not dynamically create the connections. I will take a look at this more when I get the time, but at a quick glance, I am unsure if nestjs support on the fly module creation.
I am trying to build multitenancy functionality, each tenant will have its own database.
Is this possible to create dynamically the connections using typegoose?
In the documentation as I can understand you can have multiple connections but are declared static.
Any help would be appreciated
The text was updated successfully, but these errors were encountered: