Crate fern_protocol_postgresql

Source
Expand description

§PostgreSQL wire protocol

Structs and functions for implementing the PostgreSQL wire protocol Message Formats, as needed by Fern proxy.

§Disclaimer

By no means does this crate aim to implement Structs for PostgreSQL messages that could be used for building general purpose or specialized PostgreSQL clients and/or servers. Structs in this crate aim only to support the specific needs of the Fern proxy project.

§Examples

use fern_protocol_postgres::codec::frontend::{Codec, Message};

Modules§