This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
2.0.0-beta.4
Pre-release
Pre-release
Note: This version is compatible with @prisma/[email protected]
Compatibility with Prisma Beta.4
Upgraded all occurences of @prisma/cli to 2.0.0-beta.4
Following the move of the generated Prisma Client to .prisma/client
, the generated management prisma client was also moved to .prisma-multi-tenant/management
. This should ensure more stability and less re-generations.
Features
- The library now tries to load the
prisma/.env
file to access the management env variables