What if I use mongoose alongside prisma. For examp...
# orm-help
e
What if I use mongoose alongside prisma. For example I need to sort the documents according to embedded field which prisma currently not support and use custome indexing on embedded fields. So is this safe?
🤔 1
🐛 1
d
What's the point of using prisma and not mongoose for everything then?
e
But I face limitation with prisma and only pure mongodb connector can solve it