DevX86

Results 5 comments of DevX86
trafficstars

Self reminder on the `stmt.QueryPGX()` to avoid the ```go query, args := stmt.Sql() _, err := qrm.QueryPGX(ctx, r.db, query, args, row) if err != nil { return err } return...