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
Allow schema to be dynamically specified when a domain context is activated.
The current code generates repositories dynamically and caches for performance optimization. We will need to allow devs to specify they are using a multi-tenancy-based approach to connecting to the database and the new database connection information.
In the naive approach, we will use a flag "MULTITENANCY" passed when initializing the domain context as an indicator, followed by explicitly modifying the database connection string.
This can be improved upon—ideas to be generated.
The text was updated successfully, but these errors were encountered:
Allow schema to be dynamically specified when a domain context is activated.
The current code generates repositories dynamically and caches for performance optimization. We will need to allow devs to specify they are using a multi-tenancy-based approach to connecting to the database and the new database connection information.
In the naive approach, we will use a flag "MULTITENANCY" passed when initializing the domain context as an indicator, followed by explicitly modifying the database connection string.
This can be improved upon—ideas to be generated.
The text was updated successfully, but these errors were encountered: