Documentation
¶
Overview ¶
Package postgresql implements the PostgreSQL protocol plugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session brokers a PostgreSQL connection. A connection can browse every database in the cluster, so pools are opened lazily per database (keyed by name) and reused; the configured database is the default when none is named.
func (*Session) OpenChannel ¶
Click to show internal directories.
Click to hide internal directories.