Does prisma support mongodb? It says it does on th...
# orm-help
r
Does prisma support mongodb? It says it does on the landing page, but not here: https://www.prisma.io/docs/quickstart/connect - are the docs out of data, or is the landing page slightly ahead?
h
hey, prisma currently only supports mysql and postgress, but mongodb and elasticsearch are next (so I’ve heard)
a
I don't think you'll get good performance with mongo
h
why is that?
l
Because GraphQL requires the inverting of data structures— what nosql traditionally doesn’t do well. Why do you want to use mongo?
h
I don’t want to use mongo, I just wanted to know why it’s a poor fir. Thanks
👍 1