Module tokio

Module tokio 

Source
Expand description

Asynchronous PostgreSQL client using Tokio.

Structsยง

Conn
Asynchronous PostgreSQL connection.
Pipeline
Async pipeline mode for batching multiple queries.
Pool
PooledConn
Transaction
A PostgreSQL transaction for the asynchronous connection.
UnnamedPortal
Handle to an unnamed portal for async iterative row fetching.