pgcopy 1.4.0 release announcement - Mailing list psycopg

From Aryeh Leib Taurog
Subject pgcopy 1.4.0 release announcement
Date
Msg-id 20190711211428.GC1884@ds.aryehleib.com
Whole thread Raw
List psycopg
pgcopy 1.4.0 is now available!
<https://pypi.python.org/pypi/pgcopy> 

Use pgcopy for fast data loading into PostgreSQL with binary copy.

Features: 
* Support for many datatypes
* Tested with python 2.7 and 3.4 - 3.7
* Tested with postgresql versions 9.1 - 11
* Cache data on disk or in memory
* Supports explicit db schema

This release brings many significant improvements:
* Transparent unicode string encoding
* Support for multi-dimensional array types
* Better support for schema and schema search path
* More extensive documentation
* More extensive test coverage



psycopg by date:

Previous
From: Daniel Cohen
Date:
Subject: Re: Creating dynamically-typed tables using psycopg2's built-in formatting
Next
From: John Abraham
Date:
Subject: Rounding numbers from copy expert