pgcopy 2.0a1

From: Aryeh Leib Taurog <python(at)aryehleib(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: pgcopy 2.0a1
Date: 2026-03-17 19:20:00
Message-ID: abmpYL23eLDHgecL@d13.aryehleib.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: psycopg

I’m pleased to announce that pgcopy 2.0a1 is available!
https://pgcopy.readthedocs.io/en/2.0a1/

Use pgcopy with psycopg2 to load large datasets into your database
quickly using PostgreSQL’s binary copy feature.

This prerelease version adds support for multiple db adaptors.
The db adaptor is automatically detected from the connection.

The following adaptors are supported:

* psycopg2
* psycopg
* pg8000
* PyGreSQL

In addition, the test suite now includes Aurora DSQL
https://aws.amazon.com/rds/aurora/dsql/

Please try this new version and submit feedback via github issues
https://github.com/altaurog/pgcopy/issues

Browse psycopg by date

  From Date Subject
Previous Message Daniele Varrazzo 2025-12-01 12:02:01 Psycopg 3.3 released