py-postgresql 1.0 released

jwp james.pye at gmail.com
Wed Mar 31 02:29:27 CEST 2010


I'm pleased to announce the release of py-postgresql version 1.0,
the pure Python 3 driver for PostgreSQL formerly known as
'pg_proboscis'.

Highlights:

* CopyManager for connection-to-connection COPY operations.
* NotificationManager for receiving asynchronous notifications with
payloads.
* Advisory Lock Context Manager.
* hstore type support.
* Improved performance. 2x, in some cases.

For a more detailed list of changes, visit:
http://python.projects.postgresql.org/docs/1.0/changes.html


If you are interested in seeing this backported to Python 2.x, please
let me know.


Homepage:
http://python.projects.postgresql.org

SCM:
http://github.com/jwp/py-postgresql

Mailing List:
http://pgfoundry.org/mailman/listinfo/python-general


More information about the Python-announce-list mailing list