Re: which Python interface

From: missive(at)frontiernet(dot)net (Lee Harr)
To: pgsql-general(at)postgresql(dot)org
Subject: Re: which Python interface
Date: 2001-07-04 22:19:31
Message-ID: 9i04pi$k4c$1@node21.cwnet.roc.gblx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 4 Jul 2001 14:56:34 +0000 (UTC), markus jais <mjais(at)web(dot)de> wrote:
> hi,
> at www.python.org I found at least 3 python interfaces
> for postgresql.
> can anybody give me some hints, which one to choose?
> I saw that at least one of these is written in C, so
> this maybe the fastet.
>

I have not done any benchmarking, but I can tell you that
I use pygresql and psycopg.

pygresql I use with python in general, and
psycopg I use with Zope (I read somewhere that
it is designed to work well in that threaded
environment...)

Probably they are all wrappers around libpq, and there
will not be huge differences in performance. For me
the choice was mostly by what was easy to install
and use.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rob van Nieuwkerk 2001-07-04 23:13:38 Re: Red Hat Database Development
Previous Message Giovanni B. Stefanoni 2001-07-04 22:14:00 libssl.so.0, libcrypto.so.0 needed when installing RPM 7.1.2 on RH 6.2?