I'm looking to build an server using Prisma and wa...
# orm-help
o
I'm looking to build an server using Prisma and was wondering what type database is best suited for graphql. I'm interested in using cloud firestore, mongodb, or neo4j. Does anyone have any recommendations or link to resources better outlining what database to use?
s
Well Prisma in particular is a DB layer, so you are restricted to what Prisma actually supports. right now the options are kinda limited. See https://www.prisma.io/features/databases/
in general its about the data you want to store, not about what works "best" - you have a lot of freedom with GraphQL in that regard.