pq
https://github.com/lib/pq
Go
Pure Go Postgres driver for database/sql
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported22 Subscribers
Add a CodeTriage badge to pq
Help out
- Issues
- feat: support sslnegotiation flag
- feat: support tls-server-end-point channel binding for SCRAM-SHA-256
- Bugfix: use filepath package when connecting to UNIX sockets
- An error may occur when reading the `timestamptz` type.
- Provide compatibility for `timestamptz` formatted data, which may have spaces before the timezone information.
- Support sslrootcert=system in the connection string
- Why does the parsing of oid.Timestamp type not use the current session time zone?
- possible nil dereference in `(*conn).QueryContext`
- suport Uint64Array?
- it seems that NamedQueryContext and other Named* functions don't support typecasting (e.g. ::numeric)
- Docs
- Go not yet supported