Implementing schema-based multi-tenancy with NestJS-Query modules
Background I’m developing a multi-tenant application using NestJS with NestJS-Query modules. Specifically, I need to implement schema-based multi-tenancy, where each tenant has its own database schema. I’m having difficulty integrating this approach with NestJS-Query. What I’ve Researched I’ve looked into: Creating dynamic database connections based on tenant Using custom connection factories Modifying NestJS-Query services to […]