Expand description
PostgreSQL wire protocol connection handler.
Implements the subset of the PostgreSQL wire protocol needed for simple query execution. Handles startup, authentication (trust mode), and the simple query flow.
Reference: https://www.postgresql.org/docs/current/protocol.html
Functions§
- handle_
connection - Handle a single PostgreSQL wire protocol connection.