> "TB" == Tim Bunce <[EMAIL PROTECTED]> writes:
TB> None at all. I'd expect that generic module to be called
TB> IO::BLOB but to use the services of Pg::*, Oracle::*,
TB> MySQL::*, and DBI.
Thanks for te clarification.
Mark.
On Tue, May 30, 2000 at 06:23:22AM -0500, Mark A. Hershberger wrote:
> > "TB" == Tim Bunce <[EMAIL PROTECTED]> writes:
>
> >> Make that IO::BLOB::Pg.
>
> TB> Or Pg::*
>
> Granted this is PostgreSQL-specific, but there is, AFAIK, nothing to
> stop someone from developing something s
> "TB" == Tim Bunce <[EMAIL PROTECTED]> writes:
>> Make that IO::BLOB::Pg.
TB> Or Pg::*
Granted this is PostgreSQL-specific, but there is, AFAIK, nothing to
stop someone from developing something similar for, say, Oracle.
That, and it is IO-oriented. It seems to fit quite nicely a
On Sat, May 27, 2000 at 09:45:04AM -0500, Mark A. Hershberger wrote:
> >>>>> "MAH" == Mark A Hershberger <[EMAIL PROTECTED]> writes:
>
> MAH> Can I have the IO::PgLoFile namespace?
>
> Make that IO::BLOB::Pg.
>
> In case people want to
>>>>> "MAH" == Mark A Hershberger <[EMAIL PROTECTED]> writes:
MAH> Can I have the IO::PgLoFile namespace?
Make that IO::BLOB::Pg.
In case people want to build something similar for another DB.
Or should that be IO::Blob::Pg?
Mark.
Can I have the IO::PgLoFile namespace?
Here is the pod:
NAME
IO::PgLoFile - Emulate IO::File interface for PostgreSQL Large
Objects
SYNOPSIS
use IO::PgLoFile;
use DBI;
$dbh = DBI->connect("dbi:Pg:dbname=mah", "", "",