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