# Packages
Package conninfo provides access to connection-specific information.
Package connmetrics provides listener and connection metrics.
Package cursor provides access to cursor registry.
# Functions
NewListener returns a new listener, configured by the NewListenerOpts argument.
# Constants
DiffNormalMode both handles requests and proxies them, then logs the diff.
DiffProxyMode both handles requests and proxies them, then logs the diff.
NormalMode only handles requests.
ProxyMode only proxies requests to another wire protocol compatible service.
# Variables
AllModes includes all operation modes, with the first one being the default.
# Structs
Listener listens on one or multiple interfaces (TCP, Unix, TLS sockets) and accepts incoming client connections.
NewListenerOpts represents listener configuration.
# Type aliases
Mode represents FerretDB mode of operation.