pggen
pggen copied to clipboard
Consider allowing a flag to decode to more native Go types
So --go-type
is wonderful to selectively convert, for example, _timestamptz=[]time.Time
. However it'd be great if there could be a flag to do this wholesale, otherwise the number of flags might continually accrue.
I would be willing to look into implementing this if you would like.