Browse wiki
| Psychopg |
| Component programs | ZPsychopgDA + |
|---|---|
| Computer languages | C,Python + |
| Full description | psycopg is a PostgreSQL database adapter f … 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.hread every time a client request arrives. |
| Homepage URL | http://initd.org/software/psycopg + |
| Interface | command-line + |
| Is GNU | false + |
| Keywords | database + , Python + , PostGreSQL + , connection + , update + , psychopg + , database adaptor + , curson + , INSERT + |
| Last review by | Janet Casey + |
| Last review date | 18 July 2005 + |
| License | GPLv2 + |
| License verified by | Janet Casey + |
| License verified date | 7 March 2002 + |
| Name | Psychopg + |
| Real name | Michele Comitini + |
| Resource URL | http://cvs.initd.org/cgi-bin/viewcvs.cgi/psycopg/ + , mailto:psychopg-announce@lists.initd.org + , mailto:psychopg@lists.initd.org + |
| Resource audience | Developer + , Help + , Bug Tracking + , Support + |
| Resource kind | VCS Repository Webview + , E-mail + |
| Revisionid | 6,600 + |
| Revisiontimestamp | 12 April 2011 10:17:38 + |
| Revisionuser | User:WikiSysop + |
| Role | Maintainer + |
| Short description | PostgreSQL database adapter for Python + |
| Submitted by | Database conversion + |
| Submitted date | 1 April 2011 + |
| User level | none + |
| VCS checkout command | :pserver:anonymous@cvs.initd.org:/home/cvs + |
| Version comment | 1.1.19 stable released 2005-07-16 |
| Version date | 16 July 2005 + |
| Version download | http://initd.org/pub/software/psycopg/ + |
| Version identifier | 1.1.19 + |
| Version status | stable + |
| Works-with | database + |
| Has queryThis property is a special property in this wiki. | Psychopg + , Psychopg + , Psychopg + , Psychopg + , Psychopg + , Psychopg + , Psychopg + , Psychopg + |
| Modification dateThis property is a special property in this wiki. | 5 March 2013 22:09:46 + |
| Page has default formThis property is a special property in this wiki. | Entry + |
| Has subobjectThis property is a special property in this wiki. | Psychopg + , Psychopg + , Psychopg + , Psychopg + , Psychopg + |
| EmailThis property is a special property in this wiki. | mcm@initd.org + |
| show properties that link here |
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.