[DB-SIG] pgcopy 1.3.0

Aryeh Leib Taurog python at aryehleib.com
Tue Aug 22 08:41:36 EDT 2017


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.


More information about the DB-SIG mailing list