Asyncpg: Use of PostgreSQL COPY statement

Created on 8 Aug 2016  路  3Comments  路  Source: MagicStack/asyncpg

Is it possible to load a local file into a table on remote server using COPY statement?

enhancement

Most helpful comment

We'll add support for COPY protocol soon.

All 3 comments

We'll add support for COPY protocol soon.

Yes, that would be a great addition. Do you plan to create functionality similar to copy expert in psycopg2, or also a higher level function as well?

Please try asyncpg 0.11 with COPY IN/OUT support!

Was this page helpful?
0 / 5 - 0 ratings