Andrew Siplas
Results
3
comments of
Andrew Siplas
#62 is a start—only useful for signing at the moment and needs some testing and review.
Cursory testing—verification via https://jwt.io/ seems OK.
[NamedExec](https://godoc.org/github.com/jmoiron/sqlx#NamedExec)? ``` db.NamedExec(`UPDATE user SET first_name=:first, last_name=:last WHERE :id = 42`, user) ``` See https://github.com/joncrlsn/go-examples/blob/99176d656cb949d3ab83b01403b507d6680dc4fa/sqlx-sqlite.go#L98