palewire / django-postgres-copy

Quickly import and export delimited data with Django support for PostgreSQL's COPY command
https://palewi.re/docs/django-postgres-copy/
MIT License
178 stars 48 forks source link

Support for psycopg3 #183

Open isratmir opened 6 months ago

isratmir commented 6 months ago

Is there a plan to add support for https://www.psycopg.org/psycopg3/docs/index.html?

palewire commented 6 months ago

I can't say I've thought about it before. Do you know what kind of changes that might require?