pgcopy 1.3.0 release announcement

From: Aryeh Leib Taurog <python(at)aryehleib(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: pgcopy 1.3.0 release announcement
Date: 2017-08-22 12:43:00
Message-ID: 20170822124300.GE2343@deb76.aryehleib.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

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.

Browse psycopg by date

  From Date Subject
Next Message Jonathan Rogers 2017-08-22 15:19:37 Re: Using infinite values with DateTimeTZRange
Previous Message Daniele Varrazzo 2017-08-21 12:27:57 Re: Using infinite values with DateTimeTZRange