From 2f2fafb7080b5d4e8540b456fcdc99eb6d02cff9 Mon Sep 17 00:00:00 2001 From: ksyq12 <123081976+ksyq12@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:08:32 +0900 Subject: [PATCH] Add @nestarc/tenancy module for multi-tenancy support Added a new module for PostgreSQL Row Level Security based multi-tenancy support. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d85f319..c3fd06d 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ #### Multi Tenancy - ![](https://img.shields.io/github/stars/AlexanderC/nestjs-mtenant.svg?style=flat-square) [`nestjs-mtenant`](https://github.com/AlexanderC/nestjs-mtenant) - A module for NestJS to enable multitenancy support with deep integration into the system as whole (based on `async_hooks`). +- ![](https://img.shields.io/github/stars/nestarc/nestjs-tenancy.svg?style=flat-square) [`@nestarc/tenancy`](https://github.com/nestarc/nestjs-tenancy) - PostgreSQL Row Level Security (RLS) based multi-tenancy for NestJS with Prisma Client Extensions and AsyncLocalStorage. #### Microservice