-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
What is the best approach for multi-tenancy on TypeORM?
Currently, I created a TenantModule (Credits to Esposito Medium post to create and change de TypeORM connection on the fly.
But this doesn't seem right, since this ties the TypeORM connection and other sources to a general module instead of let each data source handle its way to multitenancy.
What do you think is the best practice for this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels