Module convergence::connection[][src]

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

Structs

Connection

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

Enums

ConnectionError

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