Python Driver

Поиск
Список
Период
Сортировка
От Alex Turner
Тема Python Driver
Дата
Msg-id 33c6269f05021018566f5d56fe@mail.gmail.com
обсуждение исходный текст
Ответы Re: Python Driver  (James Thompson <jamest@ajrs.com>)
Список pgsql-general
Just a small warning for those people using python with postgresql:
pysgresql and psycopg are very different animals.  You cannot drop in
one as a replacement for the other, even though both 'claim' to be DB
API 2.0 compliant.  If you are starting out with python on postgresql,
I would strongly recommend looking at psycopg.  It seems a much
cleaner implementation of the DB API.

Alex Turner
NetEconomist

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Understanding EXPLAIN ANALYZE output
Следующее
От: Tom Lane
Дата:
Сообщение: Re: a SELECT FOR UPDATE question