Hey, odd question here, but is there a way to buil...
# prisma-client
t
Hey, odd question here, but is there a way to build a query with the client but return the SQL that would be executed instead of executing the query right away? I'm working with a library that expects a string of sql but would like to leverage prisma client if possible.
r
@Tyler Matteo 👋 This isn’t possible with Prisma so it would be great if you could create a feature request here with your use case so that we can look into this 🙂
d
@Tyler Matteo can you link here after so I can +1?
j
I think this already existing issue might be it, feel free to open a new one if different of course https://github.com/prisma/prisma/issues/5052
t
Oh thanks. This issue captures what I was looking for perfectly, I'll +1
💯 1