Module tokio

Module tokio 

Source
Expand description

Asynchronous PostgreSQL API using Tokio.

Structsยง

Conn
Asynchronous PostgreSQL connection.
NamedPortal
Handle to a named portal for async iterative row fetching.
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.