Top "Pgx" questions

How to scan a QueryRow into a struct with pgx

We are using a user struct with alot of fields as follow : type user struct { ID int `json:"id,omitempty"` …

go struct psql pgx
GoLang PGX Postgresql

I am looking to switch from lib/pg over to pgx but I cannot get a simple working select to …

postgresql go select pgx