Documentation
¶
Index ¶
Constants ¶
View Source
const (
ServerVersion = "13.0.0"
)
Postgres settings.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// Bind address to listen to Postgres wire protocol.
Addr string
// Directory that holds SQLite databases.
DataDir string
// contains filtered or unexported fields
}
func (*Server) CloseClientConnection ¶
CloseClientConnection disconnects a Postgres connections.
func (*Server) CloseClientConnections ¶
CloseClientConnections disconnects all Postgres connections.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.