Python Driver

From: Alex Turner <armtuk(at)gmail(dot)com>
To: PgSQL General List <pgsql-general(at)postgresql(dot)org>
Subject: Python Driver
Date: 2005-02-11 02:56:00
Message-ID: 33c6269f05021018566f5d56fe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-02-11 02:57:10 Re: a SELECT FOR UPDATE question
Previous Message Tom Lane 2005-02-11 02:51:18 Re: Understanding EXPLAIN ANALYZE output