We are using a user struct with alot of fields as follow : type user struct { ID int `json:"id,omitempty"` …
I am looking to switch from lib/pg over to pgx but I cannot get a simple working select to …