Closed j209 closed 2 years ago
Hi,
Short answer: yes you can and it will work as expected, but we won't embed Prisma out-of-the-box (except if we find an easy, optional way to do so in the future)
Long answer :
Then, you can install Prisma in Vulcan Next and use this connector in your models. You don't even need to use Mongo, you can use whatever you want, Vulcan only expects you to define a connector with the relevant basic operations.
Hi Prisma now supports mongodb. can vulcan-next integrate with prisma?