Expand description
Utilities for working with the PostgreSQL binary copy format.
Structs§
- Binary
Copy InWriter - A type which serializes rows into the PostgreSQL binary copy format.
- Binary
Copy OutIter - An iterator of rows deserialized from the PostgreSQL binary copy format.
- Binary
Copy OutRow - A row of data parsed from a binary copy out stream.