Top "Pq" questions

Pure Go Postgres driver for database/sql

Why am I getting ErrNoRows("sql: no rows in result set") after inserting into postgres, even when insert was actually successful?

I am working with golang-postgres: "database/sql" _ "github.com/lib/pq" What I am doing: I run a select query. …

postgresql go pq
Postgres could not determine data type of parameter $1 in Golang application

I am creating an application in Golang that uses Postgres using the pq driver. I want to make a function …

sql database postgresql go pq