Re: Python API

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: Volkan YAZICI <volkan(dot)yazici(at)gmail(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Python API
Date: 2005-04-24 18:02:46
Message-ID: 426BDF46.7040708@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Michael Fuhr wrote:
> On Sun, Apr 24, 2005 at 05:50:04PM +0300, Volkan YAZICI wrote:
>
>>I've used to program using psycopg for PostgreSQL connections. But
>>I've just learnt that, ADOdb has Python support too. I tried to search
>>the mailing list archives for alternatives but they seem very old
>>(like discussions from 2003). I'd be so appreciated if somebody could
>>share his/her own experiences for PostgreSQL Python APIs.
>>
>>List of PostgreSQL Python APIs which I know: PyGreSQL, psycopg, ADOdb.
>
>
> There's also pyPgSQL but it doesn't appear to have been updated for
> almost two years. Psycopg seems to get the most recommendations;
> that's what I use.

I would use psycopg. It is what Command Prompt uses exclusively for its
Python/PostgreSQL development. It is under reasonably active development
and the author is responsive when we ask questions.

Sincerely,

Joshua D. Drake
Command Prompt, Inc.

>

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Steven Erickson 2005-04-24 22:21:23 Re: Python API
Previous Message Michael Fuhr 2005-04-24 16:55:26 Re: Python API