mirror of https://github.com/jackc/pgx.git
name consistency
parent
b46ee0a951
commit
33fb73b8ab
2
conn.go
2
conn.go
|
@ -28,7 +28,7 @@ type ConnConfig struct {
|
|||
Password string
|
||||
TLSConfig *tls.Config // config for TLS connection -- nil disables TLS
|
||||
Logger Logger
|
||||
KeepAlive uint16 // keep-alive period for the connetion (0 disables KeepAlive)
|
||||
KeepAlive uint16 // keep-alive period for the connetion (0 disables keep-alive)
|
||||
}
|
||||
|
||||
// Conn is a PostgreSQL connection handle. It is not safe for concurrent usage.
|
||||
|
|
Loading…
Reference in New Issue