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:Jump to solution
Hey 👋
Use the
.compile()
method instead of executing.
For more info, check out the link @53ny posted....2 Replies
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
Solution
Hey 👋
Use the
.compile()
method instead of executing.
For more info, check out the link @53ny posted.