Skip to main content

Module pg

Module pg 

Source

Structs§

PendingRows
Rows queued on an open transaction for one batched multi-row INSERT at flush/commit time, instead of one INSERT per write. Cheap to clone — it shares the same underlying buffer, which matters when a nested transaction() call reuses its parent’s queue.

Enums§

PGConnection
Connection types supported by the repository traits.
StoreError