lib / pq

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

Add NewConnectorListener #1069

Closed f0ssel closed 2 years ago

f0ssel commented 2 years ago

Adds a way of getting a Listener using a driver.Connector to support rotating authentication tokens in the postgresql connection string.