How do I access mongodb from prisma schema? The ex...
# orm-help
p
How do I access mongodb from prisma schema? The example provided here in documentation shows only postgres, mysql and sqllite: https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-schema/data-sources/
k
I think only relational databases are available right now
p
https://prisma.slack.com/archives/CA491RJH0/p1594224433000300 this one says there is support for mongo
However the link to the documentation doesnt work
j
You are looking at the Prisma 2 docs where there is no Mongo support
Prisma 1 had it, but is not really maintained any more
documentation at v1.prisma.io
p
ah I see, so mongo support is available only on prisma v1?
thanks @janpio
j
exactly 😄