pub async fn handle_connection( stream: TcpStream, engine: Arc<MnemoEngine>, config: &PgWireConfig, ) -> Result<(), Box<dyn Error + Send + Sync>>
Handle a single PostgreSQL wire protocol connection.