go-libpq
go-libpq copied to clipboard
cgo-based driver for Postgres
Results
3
go-libpq issues
Sort by
recently updated
recently updated
newest added
go get github.com/jgallagher/go-libpq # github.com/jgallagher/go-libpq ../../../github.com/jgallagher/go-libpq/driver.go:5:22: fatal error: libpq-fe.h: No such file or directory #include ^ compilation terminated.
I had to change pgconfig.go to the following to deal with Postgress.app's name change: package libpq ``` /* // These flags work for building go-libpq on Arch Linux and Mac...