gocqlx
gocqlx copied to clipboard
queryx should expose "values" as well
I have a weird use case where I must expose values after mapping (through any form of binding) from a Queryx struct;
Currently, I'm able to retrieve statement
and names
but values
is not exported (I access it through reflection, it's ugly).
Feel free to send a PR.