Free Software Foundation!

Join now

Psychopg

From Free Software Directory
 
Jump to: navigation, search
[edit]

Psychopg

http://initd.org/software/psycopg
psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy). It supports the full Python DBAPI 2.0 and it is thread safe at level 2. It was designed for heavily multi-threaded applications that create and destroy lots of cursors and make a conspicuous number of concurrent INSERTs or UPDATEs. Every open Python connection keeps a pool of real (UNIX or TCP/IP) connections to the database. Every time a new cursor is created, one of the unused connections from the pool is used instead of a new connection being opened. That makes psycopg very fast in typical client-server applications that create a servicing thread every time a client request arrives.


Download

Download External-link-icon.png version 1.1.19 (stable)
released on 16 July 2005

VCS Checkout

:pserver:anonymous@cvs.initd.org:/home/cvs

Categories



Licensing

LicenseVerified byVerified onNotes
GPLv2Janet Casey7 March 2002



Leaders and contributors

Contact(s)Role
"Email mcm@initd.org" Michele Comitini Maintainer


Resources and communication

Audience Resource type URI
Developer VCS Repository Webview http://cvs.initd.org/cgi-bin/viewcvs.cgi/psycopg/
Help E-mail mailto:psychopg-announce@lists.initd.org
Bug Tracking,Developer,Support E-mail mailto:psychopg@lists.initd.org


Software prerequisites

This entry (in part or in whole) was last reviewed on 18 July 2005.



Entry























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.


Personal tools
Namespaces

Variants
Actions
Navigation
Contribute