db icon indicating copy to clipboard operation
db copied to clipboard

Try json marshaling when Scanner implementation is missing

Open mcandre opened this issue 6 years ago • 0 comments

For nested structures, it is helpful to assume JSON codecs by default. Currently, users have to add boilerplate for Scan(), Value() methods for each and every nested struct type involved in SQL queries.

mcandre avatar Apr 04 '19 17:04 mcandre