From: CyclingGuy on
Can anyone recommend a PostgreSQL driver for Python that supports
selecting and inserting bytea types?
I'm not looking to write server functions in Python, just client
applications.

Thank you
Eric.
From: D'Arcy J.M. Cain on
On Tue, 9 Feb 2010 07:27:39 -0800 (PST)
CyclingGuy <ericthecyclist(a)gmail.com> wrote:
> Can anyone recommend a PostgreSQL driver for Python that supports
> selecting and inserting bytea types?
> I'm not looking to write server functions in Python, just client
> applications.

http://www.PyGreSQL.org/

--
D'Arcy J.M. Cain <darcy(a)druid.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.
From: Jonathan Gardner on
On Feb 9, 7:27 am, CyclingGuy <ericthecycl...(a)gmail.com> wrote:
> Can anyone recommend a PostgreSQL driver for Python that supports
> selecting and inserting bytea types?
>

Can you name some that don't?