hey folks, wanna say BIG THANKS to you for working on Mongo integration! For the past 2 years, I've used Prisma as a type generator for my own MongoDB connector written in JS. So I kinda had a Prisma API and types, with my own implementation under the hood. It was buggy, it was hard to emulate embedded types, I had lots of workarounds and sometimes I had no needed info in DMMF object, TS types were not that good because of that as well. But it worked for my case, and it still felt better than Mongoose. So I just waited till I be able to replace my implementation with a proper one from the Prisma team. I am still waiting for it now, but I feel that this moment is as close as possible. I integrated
type
in so many places now, the amount of TS errors dropped so much that there are only a few places left. I hope that soon I will eliminate all of the issues related to Prisma in my code so I will be able to try replacing my own implementation with a proper one from the Prisma team. And even if I won't be able to do it soon because of some limitations I have no idea about, I still have a pretty decent types generator and a decent API, so I'm already happy with Prisma even though I never used it properly 😄