Nick Pollett

Results 2 issues of Nick Pollett

Often only need a single parameter from the request, and this often happens in conjunction with `http.Handler` use. Regularly doing `httprouter.ParamsFromContext(r.Context()).ByName("")` can get repetitive, so usually have something similar to...

It'd be neat if sqlx had a convenience function for the `Tx` type that allowed named Gets. I'm currently trying to use named parameters and transactions everywhere in my code....