Re: access primitives in php

From: Joe Conway <mail(at)joeconway(dot)com>
To: Joel Rees <joel(at)alpsgiken(dot)gr(dot)jp>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: access primitives in php
Date: 2003-03-19 05:58:42
Message-ID: 3E780712.4070509@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Joel Rees wrote:
> We need to set up some primitives in php for mysql, then repeat for
> postgresql, so that we bury most of the differences in the primitives.
> I'm pretty sure I can do this myself, but would like to avoid
> re-inventing the entire wheel, if possible.

Pear DB
http://pear.php.net/package-info.php?pacid=46

or
Pear MDB
http://pear.php.net/package-info.php?pacid=54

or others found here:
http://pear.php.net/packages.php?catpid=7&catname=Database

HTH,

Joe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua Moore-Oliva 2003-03-19 06:03:50 Re: Division of intervals.
Previous Message Joel Rees 2003-03-19 05:54:38 access primitives in php