Skip to content

Add binary and text COPY serialization. #27

@jwp

Description

@jwp

For individual records and for Cursors as well:

ps = prepare(...)
bcopy = ps.binary_copy(_args)
tcopy = ps.string_copy(_args)

Where bcopy and tcopy produce chunks of copy data. (multiple rows)

Additionally, there is need for a function to construct binary copy the header.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions