What is the best database to use with Prisma please ?
r
Ryan
06/02/2020, 9:09 AM
Hey @Jérémie Chazelle 👋
Prisma doesn't favour any database, but if you're using Prisma 2, you would have to use either MySQL or Postgres as MongoDB is not supported yet.
In my personal experience, I have found Postgres to be the preferable choice.