Pgx
Jump to navigation
Jump to search
https://pkg.go.dev/github.com/jackc/pgx#section-readme
https://github.com/henvic/pgxtutorial
https://henvic.dev/posts/go-postgres/
https://dev.to/kushagra_mehta/postgresql-with-go-in-2021-3dfg
for rows.Next() { s := CustomData{} if err := rows.Scan(&s); err != nil { return err } fmt.Println(s) }