Re: Re: [HACKERS] Announcing PgSQL - a Python DB-API 2.0 compliant interface to PostgreSQL - Mailing list pgsql-interfaces

From Peter Eisentraut
Subject Re: Re: [HACKERS] Announcing PgSQL - a Python DB-API 2.0 compliant interface to PostgreSQL
Date
Msg-id Pine.LNX.4.21.0010101752370.759-100000@peter.localdomain
Whole thread Raw
In response to Re: [HACKERS] Announcing PgSQL - a Python DB-API 2.0 compliant interface to PostgreSQL  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-interfaces
Bruce Momjian writes:

> I need to know how this is different than our current python interface,
> PyGreSQL.

> > PgSQL is a package of two (2) modules that provide a Python DB-API 2.0
> > compliant interface to PostgreSQL databases.

DB-API is the standard database interface for Python.  Kind of like
DBD/DBI for Perl.

The existing one is hand-crafted, kind of like the Pg Perl module.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: ODBC problem - crypt..
Next
From: Tom Lane
Date:
Subject: Re: TCL API