Add TLS to README.md

This commit is contained in:
Jack Christensen 2013-10-03 08:11:19 -05:00
parent b97b012d42
commit 007be95992

View File

@ -100,6 +100,12 @@ if notification, err := conn.WaitForNotification(time.Second); err != nil {
}
```
### TLS
The pgx ConnectionParameters struct has a TLSConfig field. If this field is
nil, then TLS will be disabled. If it is present, then it will be used to
configure the TLS connection.
### Custom Transcoder Support
Pgx includes transcoders for the common data types like integers, floats,