pgxscan icon indicating copy to clipboard operation
pgxscan copied to clipboard

Results 3 pgxscan issues
Sort by recently updated
recently updated
newest added

Note: This ticket needs to be merged together with the corresponding one in sqlmaper (https://github.com/randallmlough/sqlmaper/pull/1). First of all, thanks for building this library. We searched high and low for something...

Hi, First of all, thank you for this library it is very helpful for me. Is it possible to scan into a map[string]*struct? ```go type A struct { Name string...

I've read issue #2 but while I can see it working, it requires that each query also serializes json and then it's again de-serialized after the query. Is there any...