docs: data messages documentation

This commit is contained in:
Jindřich Moravec 2023-12-31 19:03:10 +01:00
parent c61b6021db
commit df5741224f
10 changed files with 24 additions and 13 deletions

View file

@ -4,6 +4,8 @@ use crate::message::primitive::pgstring::PgString;
use crate::message::proto_message::ProtoMessage;
use bincode::{Decode, Encode};
/// Frontend messages sent from the client to the server.
/// For more info visit the [`55.2.3. Message Formats`](https://www.postgresql.org/docs/current/protocol-message-formats.html)
#[derive(Debug)]
pub enum FrontendMessage {
Query(QueryData),