[Zope] Postgres and BLOBS

Bogdan M.Maryniuck mbm@centras.lt
Sun, 28 Apr 2002 23:06:13 -0700


On Saturday 27 April 2002 03:48, Colin Fox wrote:
> I was wondering if anyone had created an object (simlar to the Zope
> image object) that would let me reference binaries in the database
> without having to do local file manipulation?

Well... As variant, you can encode to MIME-64 it before, than push all th=
is=20
string to the DB. When you get image, you should decode it before. Python=
=20
should return just object instance of file.

--
=2E/bo