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
horia.ancas
07/25/2018, 7:22 AM
hey, prisma currently only supports mysql and postgress, but mongodb and elasticsearch are next (so I’ve heard)
a
albinekb
07/25/2018, 8:48 AM
I don't think you'll get good performance with mongo
h
horia.ancas
07/25/2018, 9:34 AM
why is that?
l
lawjolla
07/25/2018, 2:15 PM
Because GraphQL requires the inverting of data structures— what nosql traditionally doesn’t do well. Why do you want to use mongo?
h
horia.ancas
07/25/2018, 4:17 PM
I don’t want to use mongo, I just wanted to know why it’s a poor fir. Thanks