Free Software Foundation!

Join now

Psychopg

This entry published by the Free Software Foundation.



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

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

Click here if you'd like to report a problem or make a suggestion that could


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



Stophands.png

Problem with this listing?














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.


This page was last modified on 12 April 2011, at 15:17.

The FSF is a charity with a worldwide mission to advance software freedom — learn about our history and work.

Copyright © 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.

Licensed under the GNU Free Documentation License, version 1.3 or later.

The FSF also has sister organizations in France, Latin America, Europe and India.

Powered by MediaWiki and Semantic MediaWiki

Toolbox