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

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