Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darioielardi/nestjs-prisma-multitenant
https://github.com/darioielardi/nestjs-prisma-multitenant
multi-tenancy nestjs prisma
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darioielardi/nestjs-prisma-multitenant
- Owner: darioielardi
- Created: 2020-12-18T15:34:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T15:39:39.000Z (about 4 years ago)
- Last Synced: 2024-08-04T18:02:27.067Z (5 months ago)
- Topics: multi-tenancy, nestjs, prisma
- Language: TypeScript
- Homepage: https://darioielardi.dev/schema-based-multi-tenancy-with-nestjs-and-prisma
- Size: 85.9 KB
- Stars: 43
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Schema-Based Multi-Tenancy with NestJS and Prisma
This is an example repo to show how to achieve schema-based multi-tenancy with NestJS and Prisma, based on the strategy described in [this article](https://darioielardi.dev/schema-based-multi-tenancy-with-nestjs-and-prisma).