Generate ValidColumns Slice to be used by other packages
Smithx10 opened this issue · 0 comments
Smithx10 commented
What do you want to change?
Currently, while implementing a Dynamic Query using PGX / Squirrel I find myself writing an updating a var value that contains a slice of the valid column names.
It would be nice to have a slice in sqlc that contained all the column names in it so that its easy to do "slices.Contains"
What database engines need to be changed?
No response
What programming language backends need to be changed?
No response