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
Dima
11/06/2019, 4:53 AM
What's the point of using prisma and not mongoose for everything then?