Module convergence::connection

source ·
Expand description

Contains the Connection struct, which represents an individual Postgres session, and related types.

Structs§

  • Describes a connection using a specific engine. Contains connection state including prepared statements and portals.

Enums§

  • Describes an error that may or may not result in the termination of a connection.