Errorname / prisma-multi-tenant

🧭 Use Prisma as a multi-tenant provider for your application
MIT License
395 stars 45 forks source link

Split prisma-multi-tenant into multiple packages #38

Closed Errorname closed 4 years ago

Errorname commented 4 years ago

Currently, prisma-multi-tenant is a single package composed of the CLI and the lib. Side effect of this, is that by adding prisma-multi-tenant into your project, many unnecessary sub-dependencies would be bundled too. (chalk, inquirer, etc..)

Here is the proposed new packages:

Note: All of theses packages will be in this repository.

Using scoped @prisma-multi-tenant packages, it will also help us make new packages for other usages:

Errorname commented 4 years ago

Done! Will be live with @2.2.0