Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
⬆️ Release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Errorname committed Mar 31, 2020
1 parent 5fe03e4 commit 4c0a568
Show file tree
Hide file tree
Showing 6 changed files with 1,218 additions and 1,735 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/Getting_Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Prisma-multi-tenant is a two-part project:
Before using any of them, we will first need to install globally `prisma-multi-tenant`, here is how you do it (using npm or yarn):

```sh
npm install -g prisma-multi-tenant@alpha
npm install -g prisma-multi-tenant@beta
# OR
yarn global add prisma-multi-tenant@alpha
yarn global add prisma-multi-tenant@beta
```

## 2. Initialize multi-tenancy to in your app
Expand Down
Loading

0 comments on commit 4c0a568

Please sign in to comment.