On Tue, Apr 7, 2009 at 6:42 PM, James Pye <lists@jwp.name> wrote:
> On Apr 7, 2009, at 12:54 PM, John Lister wrote:
>
>> Cheers, nice to know it is possible... Now to see if i can get java/python
>> to do the same :) or to use a modified libpq somehow...
>
> http://python.projects.postgresql.org will do it for Python. =D
>
> tho, only supports Python 3, which is still quite new.
I took a quick look at the pg python driver and was very impressed.
They implemented a full top to bottom binary driver with type i/o
functions in the vein of libpqtypes. If you are writing python, this
is definitely the way to go. Kudos to them for seeing the light and
doing it that way...it's much better coupling with the server than
marshaling everything through text.
merlin