mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
Add TLS to README.md
This commit is contained in:
parent
b97b012d42
commit
007be95992
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user