Hey folks, the documentation for this function is here:
https://www.prisma.io/docs/orm/prisma-client/queries/raw-database-access/raw-queries#raw-queries-with-relational-databases
The documentation makes it clearly seem like this function and the execute variant are safe compared to the unsafe versions.
Unfortunately, whilst they might be safer, they can also be used unsafely and I think this needs to be made clearer in the documentation.
I suspect that Prisma.Raw can be used in an unsafe way even but without that, there is also the following example I have seen:
Would you be comfortable for me to open a PR with my suggested documentation changes?