This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
1,218 additions
and
1,735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,8 +19,6 @@ | |
|
||
> 🧭 Use Prisma as a multi-tenant provider for your application | ||
> **Note:** This package works with `Prisma2`, if you want the `Prisma1` version, checkout [[email protected]](https://github.com/Errorname/prisma-multi-tenant/tree/v1.0.3) | ||
**What's a multi-tenant application?** | ||
|
||
A [multi-tenant](https://en.wikipedia.org/wiki/Multitenancy) application is when a single instance of your application runs on a server and serves multiple tenants. | ||
|
@@ -40,7 +38,7 @@ Because `prisma-multi-tenant` does not only allow you to access multiple databas | |
## Install | ||
|
||
```sh | ||
npm i -g prisma-multi-tenant@alpha | ||
npm i -g prisma-multi-tenant@beta | ||
``` | ||
|
||
## Usage | ||
|
@@ -50,7 +48,7 @@ npm i -g prisma-multi-tenant@alpha | |
``` | ||
$> prisma-multi-tenant help | ||
🧭 prisma-multi-tenant v2.0.0-alpha25 | ||
🧭 prisma-multi-tenant v2.0.0-beta.1 | ||
USAGE | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.