pgcopy 2.0a1 - Mailing list psycopg

From Aryeh Leib Taurog
Subject pgcopy 2.0a1
Date
Msg-id abmpYL23eLDHgecL@d13.aryehleib.com
Whole thread Raw
List 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



psycopg by date:

Previous
From: Daniele Varrazzo
Date:
Subject: Psycopg 3.3 released