Closed
Description
- asyncpg version: 0.22.0
Does asyncpg contain any code that would format tuples suitable for consumption in copy_to_table
? I can see that copy_records_to_table
should somehow format the tuples into the COPY FROM format but I can't see where this happens.
My use-case is that I am trying to use COPY FROM with an async iterator.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels