Re: Announcing PgSQL - a Python DB-API 2.0 compliant interface to PostgreSQL

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>, pgsql-interfaces(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Announcing PgSQL - a Python DB-API 2.0 compliant interface to PostgreSQL
Date: 2000-10-09 23:29:33
Message-ID: Pine.BSF.4.21.0010091928480.84819-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

On Mon, 9 Oct 2000, Bruce Momjian wrote:

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

Is this a product of pgsql.com?

Vince.

>
> -- Start of PGP signed section.
> > Announce: First public release of PgSQL Version 1.0
> > ===================================================
> >
> > PgSQL v1.0 has been released. This is the first public release of PgSQL.
> > It is available at http://sourceforge.net/projects/pgsql.
> >
> > PgSQL is a package of two (2) modules that provide a Python DB-API 2.0
> > compliant interface to PostgreSQL databases. The first module, libpq,
> > exports the PostgreSQL C API to Python. This module is written in C and
> > can be compiled into Python or can be dynamically loaded on demand. The
> > second module, PgSQL, provides the DB-API 2.0 compliant interface and
> > support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY,
> > BOOL, ARRAYS, etc. This module is written in Python and works with
> > PostgreSQL 6.5.2 or later and Python 1.5.2 or later.
> >
> > PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost all
> > SQL constructs, including sub-selects, transactions, and user-defined types
> > and functions. It is the most advanced open-source database available
> > anywhere More information about PostgreSQL can be found at the PostgreSQL
> > home page at http://www.postgresql.org.
> >
> > Python is an interpreted, interactive, object-oriented programming lang-
> > uage. It combines remarkable power with very clear syntax. It has
> > modules, classes, exceptions, very high level dynamic data types, and
> > dynamic typing. There are interfaces to many system calls and libraries,
> > as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New
> > builtin modules are easily written in C or C++. Python is also usable as
> > an extension language for applications that need a programmable interface.
> > Python is copyrighted but freely usable and distributable, even for
> > commercial use. More information about Python can be found on the Python
> > home page at http://www.python.org.
> >
> > --
> > ____ | Billy G. Allie | Domain....: Bill(dot)Allie(at)mug(dot)org
> > | /| | 7436 Hartwell | Compuserve: 76337,2061
> > |-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie(at)email(dot)msn(dot)com
> > |/ |LLIE | (313) 582-1540 |
> >
> >
> -- End of PGP section.
>
>
>

--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
128K ISDN from $22.00/mo - 56K Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-10-09 23:38:30 Re: ALTER TABLE DROP COLUMN
Previous Message Stephan Szabo 2000-10-09 23:27:32 Re: foreign key introduces unnecessary locking ?

Browse pgsql-interfaces by date

  From Date Subject
Next Message Adam Haberlach 2000-10-10 07:42:12 Re: problem connecting with libpq++ interface
Previous Message Bruce Momjian 2000-10-09 23:17:35 Re: Announcing PgSQL - a Python DB-API 2.0 compliant interface to PostgreSQL