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_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_sync 🔒
decode_terminate 🔒