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

2.1.0

Compare
Choose a tag to compare
@Errorname Errorname released this 15 Jul 17:12
· 28 commits to master since this release

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