lib / pq

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

Add Kerberos (GSSAPI) authentication support #970

Closed maddyblue closed 4 years ago

maddyblue commented 4 years ago

The patch supports the following new connection options:

maddyblue commented 4 years ago

This is the merge conflict-resolved version of #864.

sudeeptoroy commented 4 years ago

Hi @mjibson, Any possibilities of making a release with this feature?

maddyblue commented 4 years ago

Release made.

maddyblue commented 4 years ago

https://github.com/lib/pq/releases/tag/v1.6.0

sudeeptoroy commented 4 years ago

Thanks @mjibson