Module codec

Source
Expand description

Encoding/decoding of messages in pgwire. See “Frontend/Backend Protocol: Message Formats” in the PostgreSQL reference for the specification.

See the crate docs for higher level concerns.

Structs§

Codec 🔒
FramedConn
A connection that manages the encoding and decoding of pgwire frames.

Functions§

decode_auth 🔒
decode_bind 🔒
decode_close 🔒
decode_copy_data 🔒
decode_copy_done 🔒
decode_copy_fail 🔒
decode_describe 🔒
decode_execute 🔒
decode_flush 🔒
decode_parse 🔒
decode_password
decode_query 🔒
decode_sasl_client_first_message
decode_sasl_initial_response
decode_sasl_response
decode_sync 🔒
decode_terminate 🔒
expect 🔒
read_until_comma 🔒