Storing Perl objects

From: <kynn(at)panix(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Storing Perl objects
Date: 2004-02-08 17:07:30
Message-ID: 200402081707.i18H7UE09299@panix3.panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I understand that PostgreSQL has OO capabilities. Is it possible to
store full-blown Perl objects in a PostgreSQL table? (I suppose that
one can always serialize Perl objects and store the serialized text,
but this is hardly OO.)

Thanks,

kynn

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message kynn 2004-02-08 17:19:15 Re: How to read data from a file?
Previous Message kynn 2004-02-08 17:04:54 How to read data from a file?