Is it possible to scan results into map[string]interface{} ? #186
Unanswered
cemremengu
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Currently it's not possible, only slices and structs are supported. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Take a look at qrm package. Also all the tests eventually call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I would like to return the results as a dynamic map/json? I am currently getting error
panic: jet: unsupported slice element type
when I try to query into amap[string]interface{}
.Is there a way to do this?
Beta Was this translation helpful? Give feedback.
All reactions