pgcopy 1.6.0 release announcement

From: Aryeh Leib Taurog <python(at)aryehleib(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: pgcopy 1.6.0 release announcement
Date: 2024-04-08 16:49:42
Message-ID: ZhQgJsOIDLDx/JPK@xi.aryehleib.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

I’m pleased to announce the release of pgcopy 1.6.0!
https://pgcopy.readthedocs.io/

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

Features:
* Supports many datatypes
* Supports on-disk or in-memory cache
* Supports explicit db schema
* Tested with Python 3.8 - 3.12
* Tested with PostgreSQL 12 - 16

This release adds:
* support for the pgvector vector type
* mixed-case table and column names
* proper handling of exceptions in threaded copy execution

Browse psycopg by date

  From Date Subject
Next Message Daniele Varrazzo 2024-04-11 07:56:22 Waiting for Psycopg 3.2
Previous Message Adrian Klaver 2024-03-21 16:30:55 Re: After 10 -> 15 upgrade getting "cannot commit while a portal is pinned" on one python function