lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
9.01k stars 910 forks source link

Binary result format #947

Open tschaub opened 4 years ago

tschaub commented 4 years ago

I see that some documentation was added for binary_parameters in #496. Is there a similar option that triggers binary format for results?

For background, I'm hoping to find a driver would allow me to write a decoder for PostGIS's geometry type without going through text encoding.