docs: data messages documentation
This commit is contained in:
parent
c61b6021db
commit
df5741224f
10 changed files with 24 additions and 13 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue