Prisma ORM DocumentDB AWS
Hello guys,
I refactored an entire application with node js, prisma orm, mongodb, but in production it is used with documentdb of aws with mongodb and I had not attacked this when I did all the refactoring, now I went up to production and I'm having the compatibility error with the $$remove that the prism uses.
Do you have any alternative to get around this problem?
1 Reply
It looks like DocumentDB isn't fully compatible w/ Mongo, so I wouldn't expect our integration to work for them.
There's an open issue that you could follow.
GitHub
Support Amazon DocumentDB (Cannot create any record with Prisma, `C...
Bug description Currently we've been trying to set up a mongo with a document DB cluster in AWS to use with Prisma, however we couldn't even make a simple CRUD work. Any time prisma tries t...