Skip to main content

handle_connection

Function handle_connection 

Source
pub async fn handle_connection(
    stream: TcpStream,
    engine: Arc<MnemoEngine>,
    config: &PgWireConfig,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Handle a single PostgreSQL wire protocol connection.