Обсуждение: [MASSMAIL]pgcopy 1.6.0 release announcement

Поиск
Список
Период
Сортировка

[MASSMAIL]pgcopy 1.6.0 release announcement

От
Aryeh Leib Taurog
Дата:
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