To to execute a Query object, created by toSQL()? #3692
Unanswered
MarByteBeep
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider the following example:
This creates a nice, serializable Query object containing a raw SQL field and a params array. I'd expect running that query should be a piece of cake. However I cannot seem to find any documentation on how to simply execute that query.
Ideally I'd like to be able to do something like:
But in Drizzle this doesn't seem possible. Anyone with an idea on how to do this properly?
Beta Was this translation helpful? Give feedback.
All reactions