Re: which Python interface

Поиск
Список
Период
Сортировка
От missive@frontiernet.net (Lee Harr)
Тема Re: which Python interface
Дата
Msg-id 9i04pi$k4c$1@node21.cwnet.roc.gblx.net
обсуждение исходный текст
Ответ на which Python interface  ("markus jais" <mjais@web.de>)
Список pgsql-general
On Wed, 4 Jul 2001 14:56:34 +0000 (UTC), markus jais <mjais@web.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.


В списке pgsql-general по дате отправления:

Предыдущее
От: CD Baby
Дата:
Сообщение: Re: PostgreSQL ports post-installation gives core dump?
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: TODO item