Top > Database > Psychopg

Psychopg - PostgreSQL database adapter for Python

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.



Obtaining

Web pagehttp://initd.org/software/psycopg
Source tarballhttp://initd.org/pub/software/psycopg/psycopg-1.1.14.tar.gz
Version 1.1.14 (stable) released on 2004-07-09
Version 1.99.6 (devel) released on 2004-07-14
Licensed under The GNU General Public License, Version 2.
This is not a GNU package.

Support contacts

Announce List<psychopg-announce@lists.initd.org> http://lists.initd.org/mailman/listinfo/psychopg-anounces
Help List<psychopg@lists.initd.org> http://lists.initd.org/mailman/listinfo/psychopg
Developer List<psychopg@lists.initd.org> http://lists.initd.org/mailman/listinfo/psycopg
Bug List<psychopg@lists.initd.org> http://lists.initd.org/mailman/listinfo/psychopg

Project contacts

Maintainers
Developers

Related information

Source repository:pserver:anonymous@cvs.initd.org:/home/cvs http://cvs.initd.org/cgi-bin/viewcvs.cgi/psycopg/
Interfacescommand line
ProgramsZPsychopgDA
Source languagesC, Python

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2002-03-07
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

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

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.