Обсуждение: [psycopg] pgcopy 1.3.0 release announcement

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

[psycopg] pgcopy 1.3.0 release announcement

От
Aryeh Leib Taurog
Дата:
pgcopy 1.3.0 is now available!
<https://pypi.python.org/pypi/pgcopy>

pgcopy is a small utility for fast inserts to postgresql using binary copy.

Features:
* Support for many datatypes
* Tested with python 2.7 and 3.3 - 3.6
* Works with postgresql versions 8.4 - 9.6
* Cache data on disk or in memory
* Supports explicit db schema

Release Notes:
This release adds support for postgresql's unlimited varchar type and
includes fixes for handling of varchar and numeric datatypes.