What is the best database to use with Prisma pleas...
# orm-help
j
What is the best database to use with Prisma please ?
r
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.