Can we make Prisma work with the Cosmos DB? Will i...
# orm-help
s
Can we make Prisma work with the Cosmos DB? Will it work out of the box?
j
No, both Prisma 1 and Prisma 2 do not support Cosmos DB yet.
If you really want support for it, please create an issue.
s
From the documentation,
Azure Cosmos DB implements the wire protocol for MongoDB. This implementation allows transparent compatibility with native MongoDB client SDKs, drivers, and tools. Azure Cosmos DB does host the MongoDB database engine
Reference: https://docs.microsoft.com/en-us/azure/cosmos-db/mongodb-introduction#:~:text=Azure%20Cosmos%20DB%20implements%20the,host%20the%20MongoDB%20database%20engine. @janpio
Still not possible?
j
Definitely not for Prisma 2.
For Prisma 1, that https://github.com/prisma/prisma1/issues/1663 is not closed does indicate that this was never finished and so will probably not work.