Expand description
Asynchronous PostgreSQL API using Tokio.
Structsยง
- Conn
- Asynchronous PostgreSQL connection.
- Named
Portal - Handle to a named portal for async iterative row fetching.
- Pipeline
- Async pipeline mode for batching multiple queries.
- Pool
- Pooled
Conn - Transaction
- A PostgreSQL transaction for the asynchronous connection.
- Unnamed
Portal - Handle to an unnamed portal for async iterative row fetching.