This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
2.1.0
Today, we release the version 2.1.0! It mainly ships the new dynamic database provider feature coming from [email protected]
New features
Dynamic database provider
You can now have tenants from multiple providers (eg. One on Mysql, the other on Postgresql). No configuration needed on your end, just run prisma-multi-tenant new
and select whichever provider you want. It will just work!
Bug fixes
- Removed false warning when running
prisma-multi-tenant studio