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.