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

Commit

Permalink
🔖 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Errorname committed Dec 17, 2018
1 parent 675543d commit 7a8d5fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

🧭 Use Prisma as a multi-tenant provider with Apollo Server or Yoga

[![](https://img.shields.io/npm/v/prisma-multi-tenant.svg)](https://www.npmjs.com/package/prisma-multi-tenant)
[![](https://img.shields.io/github/license/Errorname/prisma-multi-tenant.svg)](https://github.com/Errorname/prisma-multi-tenant/blob/master/LICENSE)

**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 Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-multi-tenant",
"version": "0.0.1",
"version": "1.0.0",
"description": "🧭 Use Prisma as a multi-tenant provider with Apollo Server or Yoga",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit 7a8d5fd

Please sign in to comment.