DEV Community

Discussion on: GraphQL + Mongo v2. The easy way.

Collapse
 
inspiraller profile image
steve

Hi. This is a great post. Though I am curious from looking at the repo how prisma is using the mongo server? There doesn't seem to be any configuration pointing to it. Also given prisma latest on mongo support is that it isn't supported yet.
github.com/prisma/prisma/issues/12...

Can you provide documentation explaining what is supported, and how mongo is actually connected to via prisma?

Collapse
 
alvarojsnish profile image
Álvaro • Edited

Hi Steve, that post is related to prisma 2 as I know. Here you can find the answer to your question: v1.prisma.io/docs/1.34/get-started.... All the information you need is written on the post. You should try Prisma 2 even though they still don't have the mongodb driver ready, but the work they are doing with Prisma Migrate is awesome!
instructions