From: | Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com> |
---|---|
To: | Bruce Momjian <bruce(at)momjian(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | Re: Confusion over Python drivers |
Date: | 2010-02-05 14:45:32 |
Message-ID: | 20100205144531.GP52427@timac.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Feb 05, 2010 at 09:19:26AM -0500, Bruce Momjian wrote:
> My son has brought to my attention that our current crop of Python
> client libraries is inadequate/confusing. I took a look myself, and
> asked on our IRC channel, and am now convinced this area needs
> attention.
>
> http://wiki.postgresql.org/wiki/Python
> The Python-hosted PostgreSQL page has similar problems:
> http://wiki.python.org/moin/PostgreSQL
>
> Does Perl have a similar mess?
I don't think so.
The primary database interface is DBI and as far as I can see there's
only one DBI PostgreSQL driver: http://search.cpan.org/dist/DBD-Pg/
The only non-DBI interfaces I could find (by skimming the 384 results
for postgresql on search.cpan.org) were:
Postgres: http://search.cpan.org/dist/Postgres/ last updated in 1998.
Pg: http://search.cpan.org/dist/pgsql_perl5/ last updated in 2000.
Tim.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2010-02-05 14:45:45 | Re: Confusion over Python drivers |
Previous Message | Peter Eisentraut | 2010-02-05 14:43:18 | Re: Confusion over Python drivers |