You are not logged in Log in Join
You are here: Home » Members » fog » PostgreSQL Database Adapter » swpackage_view

Log in
Name

Password

 
 

PostgreSQL Database Adapter

psycopg is a PostgreSQL database adapter for the Python programming language (just like pygresql and popy.) It was written from scratch with the aim of being very small and fast, and stable as a rock. The main advantages of psycopg are that it supports the full Python DBAPI-2.0 and being thread safe at level 2. ZPsycopgDA is a Zope Database Adapter based on psycopg and included in the psycopg package.

psycopg is different from the other database adapter because 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, a new connection does not need to be opened; instead one of the unused connections from the pool is used. That makes psycopg very fast in tipical client-server applications that create a servicing thread every time a client request arrives.

Please note that this is not the official homepage for psycopg and that new versions are uploaded to Zope's site as a convenience for ZpsycopgDA (psycopg database adapter for Zope) users. The official home page for psycopg is on init.d web site.

Latest Release: default
Last Updated: 2003-11-24 11:01:37
Author: ZopeOrgSite
Categories: External Access
Maturity:

Available Releases

Version Maturity Platform Released
default   2001-11-13 20:05:11
  psycopg-0.99.6.tar.gz (83 K) Generic UNIX-like
  psycopg-1.0.11.1.tar.gz (172 K)
  psycopg-1.0.11.tar.gz (172 K)
  psycopg-1.0.12.tar.gz (172 K)
  psycopg-1.0.7.tar.gz (162 K) Generic UNIX-like
  psycopg-1.0.8.tar.gz (168 K)
  psycopg-1.0.9.tar.gz (169 K)
  psycopg-1.0.tar.gz (159 K)
1.1.6 Stable   2003-07-14 04:37:36
  psycopg-1.1.6.tar.gz (176 K) All
1.0.14 Stable   2003-01-20 07:29:06
  psycopg-1.0.14.tar.gz (174 K) All
1.0.13 Stable   2002-10-25 07:48:43
  psycopg-1.0.13.tar.gz (173 K) All
1.0.10 Stable   2002-07-21 20:27:28
  psycopg-1.0.10.tar.gz (170 K) All
1.0.6 Stable   2002-03-07 06:28:11
  psycopg-1.0.6.tar.gz (162 K) Generic UNIX-like
1.0.5 Stable   2002-03-04 09:17:43
  psycopg-1.0.5.tar.gz (161 K) Generic UNIX-like
1.0.3 Stable   2002-02-08 09:59:58
  psycopg-1.0.3.tar.gz (161 K) All
1.0.2 Stable   2002-02-07 20:18:00
  psycopg-1.0.2.tar.gz (161 K) All
1.0.1 Stable   2002-01-18 04:15:26
  psycopg-1.0.1.tar.gz (160 K) Generic UNIX-like
0.99.7 Stable   2001-09-19 10:53:35
  psycopg-0.99.7.tar.gz (86 K) Generic UNIX-like
0.99.5 Stable   2001-07-17 05:56:32
  psycopg-0.99.5.tar.gz (81 K) All
0.99.4 Stable   2001-07-02 10:06:38
  psycopg-0.99.4.tar.gz (80 K) Generic UNIX-like
0.99.3 Stable   2001-06-22 19:24:21
  psycopg-0.99.3.tar.gz (79 K) Generic UNIX-like