Hello everyone, does prisma currently support Mong...
# orm-help
h
Hello everyone, does prisma currently support MongoDB?
a
Yeah, it's on their main page https://www.prisma.io/
It shows
supported
and
coming soon
.
😁 1
h
@Asjas I see. I just don’t see as an option when connecting to a database. I only see the MySQL and PostgresSQL options
h
The team has come pretty in terms of mongodb connector, you need to set it up in your docker compose file , cc @do4gr may help
✌️ 1
d
If you get the alpha CLI then you can already use the CLI to set it up.
s
We will release proper documentation for the Mongo connector in the next few days as well.
h
Thank you guys, yes I was successfully able to connect. I am using MongoDB atlas. Have found no errors so far.