pgcopy 1.4.0 release announcement

From: Aryeh Leib Taurog <python(at)aryehleib(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: pgcopy 1.4.0 release announcement
Date: 2019-07-11 21:14:28
Message-ID: 20190711211428.GC1884@ds.aryehleib.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse psycopg by date

  From Date Subject
Next Message John Abraham 2019-07-24 23:28:02 Rounding numbers from copy expert
Previous Message Daniel Cohen 2019-06-14 20:41:02 Re: Creating dynamically-typed tables using psycopg2's built-in formatting