Skip to content

3. Multi‐Tenancy Approach

Max Geller edited this page Oct 5, 2024 · 4 revisions

Multi-Tenancy Approach

This project uses a single-database multi-tenant approach. The database is divided into schemas, with each schema representing a tenant. The schemas are isolated from each other. Role-based access is implemented by using the TenantGuard and TenantService.

Clone this wiki locally