VulcanJS / vulcan-next

The Next starter for GraphQL developers
http://vulcan-docs.vercel.app
MIT License
395 stars 29 forks source link

prisma & vulcan-next #141

Closed j209 closed 2 years ago

j209 commented 2 years ago

Hi Prisma now supports mongodb. can vulcan-next integrate with prisma?

eric-burel commented 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.