Python Driver - Mailing list pgsql-general

From Alex Turner
Subject Python Driver
Date
Msg-id 33c6269f05021018566f5d56fe@mail.gmail.com
Whole thread Raw
Responses Re: Python Driver  (James Thompson <jamest@ajrs.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Understanding EXPLAIN ANALYZE output
Next
From: Tom Lane
Date:
Subject: Re: a SELECT FOR UPDATE question