Skip to main content

Module connection

Module connection 

Source
Expand description

Synchronous-style PostgreSQL connection driving the v3 wire protocol on a single owned tokio::net::TcpStream. Use crate::AsyncConn for the shared, multi-task connection wrapper most callers want.

Structsยง

WireConn
Raw PostgreSQL wire connection. Handles TCP I/O, buffered reading, and authentication.