Crate convergence

source ·
Expand description

Convergence is a crate for writing servers that speak PostgreSQL’s wire protocol.

Re-exports§

Modules§

  • Contains the Connection struct, which represents an individual Postgres session, and related types.
  • Contains core interface definitions for custom SQL engines.
  • Contains types that represent the core Postgres wire protocol.
  • Contains extensions that make working with the Postgres protocol simpler or more efficient.
  • Contains utility types and functions for starting and running servers.