DevX86
DevX86
Awesome! Thank you @ztrue
This is awesome guys!
@go-jet Something like this?
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...
@derailed Any ideas on this?
Squirrel leads to some truly unmaintainable code, was not a good experience in production. I'm with jet on this one, though I can see where you're coming from. Squirrel is...
@go-jet Is this possible in any capacity? We need it to get rid of database/sql.
Scany seem the way to go but I love this library and want to see it flourish.
Massive speed improvements, even selecting 15,000 records I saw a 3x improvement due to the binary transfer and native bindings.
I'm trying to refactor into scany, my friends we were spoiled by go-jet. I can't live without it, especially when it comes to complex queries. @go-jet @houten11 Is there honestly...