Re: [GENERAL] Help with PostgreSQL porting project

2004-01-02 Thread Chris Travers
TECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 02, 2004 7:20 PM Subject: Re: [GENERAL] Help with PostgreSQL porting project > Enver ALTIN wrote: > > > Hi, > > > > On Fri, 2004-01-02 at 13:38, Chris Travers wrote: > > > >>A few years ago, I set about

Re: [GENERAL] Help with PostgreSQL porting project

2004-01-02 Thread Enver ALTIN
Hi, On Fri, 2004-01-02 at 14:20, Arjen van der Meijden wrote: > Are those two LIGHT weight? > Afaik, PEAR (DB) affects the performance of your OO-php-app quite bad, > but I haven't really tested it very often myself, just seen tests by others? > And I'm not talking "quite bad, because php is not

Re: [GENERAL] Help with PostgreSQL porting project

2004-01-02 Thread Arjen van der Meijden
Enver ALTIN wrote: Hi, On Fri, 2004-01-02 at 13:38, Chris Travers wrote: A few years ago, I set about porting a PHP application from MySQL to PostgreSQL, after realizing that MySQL wasn't going to be able to handle it. In order to do this, I built a light, fast database abstraction layer which c

Re: [GENERAL] Help with PostgreSQL porting project

2004-01-02 Thread Enver ALTIN
Hi, On Fri, 2004-01-02 at 13:38, Chris Travers wrote: > A few years ago, I set about porting a PHP application from MySQL to > PostgreSQL, after realizing that MySQL wasn't going to be able to handle it. > In order to do this, I built a light, fast database abstraction layer which > conforms to th

[GENERAL] Help with PostgreSQL porting project

2004-01-02 Thread Chris Travers
Hi all; A few years ago, I set about porting a PHP application from MySQL to PostgreSQL, after realizing that MySQL wasn't going to be able to handle it. In order to do this, I built a light, fast database abstraction layer which conforms to the behavior of the MySQL functions in PHP. This means