Module convergence::protocol_ext[][src]

Contains extensions that make working with the Postgres protocol simpler or more efficient.

Structs

DataRowBatch

Supports batched rows for e.g. returning portal result sets.

DataRowWriter

Temporarily leased from a DataRowBatch to encode a single row.