generating raw sql?
I think I saw somewhere an option that you can build a query using kysely and convert it to raw sql, but I can't find that anywhere. Does such an option exist or did I get something mixed up?
Solution
Hey 
Use the
For more info, check out the link @53ny posted.
Use the
.compile() method instead of executing.For more info, check out the link @53ny posted.