Re: [GENERAL] Re: pgsql for Python

2001-03-09 Thread Brent R. Matzelle
> What's the difference between PoPy and the PygreSQL driver > included in > the PostgreSQL distribution? Just curious. Several things actually. PyGreSQL is a C module and two Python script files, while PoPy is built entirely as a C module which should mean more speed. PoPy is Python DB API 2.

Re: [GENERAL] Re: pgsql for Python

2001-03-09 Thread Lamar Owen
"Brent R. Matzelle" wrote: > > > > I use PoPy and think it's dandy. I also thought it *was* the > > DB API 2.0-- > > > am I mistaken here? > > I noticed a couple posts asking for PoPy RPMs so I created some and posted > them below if anyone is interested. What's the difference between PoPy and

Re: [GENERAL] Re: pgsql for Python

2001-03-09 Thread Brent R. Matzelle
> > I use PoPy and think it's dandy. I also thought it *was* the > DB API 2.0-- > > am I mistaken here? I noticed a couple posts asking for PoPy RPMs so I created some and posted them below if anyone is interested. http://www.linuxshare.com/popy/ Brent ---(end of broa

Re: [GENERAL] Re: pgsql for Python

2001-03-05 Thread Marek Pętlicki
On Friday, March, 2001-03-02 at 14:16:02, Joel Burton wrote: > On Wed, 28 Feb 2001, [iso-8859-2] Marek Pętlicki wrote: > > > Has anybody used http://sourceforge.net/projects/pgsql ? > > I maintain production system based on Python and PostgreSQL. > > > > I currently use PoPy, but for a few reaso

Re: [GENERAL] Re: pgsql for Python

2001-03-02 Thread Shaw Terwilliger
Joel Burton wrote: > PyGreSQL is more commonly used, and has (IMHO) a simpler, more dict-like > interface, but isn't (AFAIK) thread-safe, nor DB API compliant. I wrote a small web application server in python (www.lloop.com) using Python and PyGreSQL. PyGreSQL was (mostly) thread safe, in practi

[GENERAL] Re: pgsql for Python

2001-03-02 Thread Joel Burton
On Wed, 28 Feb 2001, [iso-8859-2] Marek Pêtlicki wrote: > Has anybody used http://sourceforge.net/projects/pgsql ? > I maintain production system based on Python and PostgreSQL. > > I currently use PoPy, but for a few reasons it doesn't satysfy me fully. > The pgsql seems OK at first sight (espe