Hi,
I have not solved this issue, but I'm using Fuel for my
persistence model instead of SQLite in this project and is working
like a charm. Serialization and materialization of objects,
including png/jpeg images in external files is pretty fast and
space efficient.
Cheers,
Offray
On 02/07/16 16:59, Offray Vladimir Luna
C��rdenas wrote:
Hi,
I was storing Pharo objects into an
external SQLite3 database. It went fine, but now all my
png/jpg images are serialized with FUEL, when I try to see
them inside SQLite and when I import them back to the image,
they're long byte streams. There is any way to recover the
images as png/jpg morphs that visible inside the image again?
How can I disable this automatic serialization for making the
database portable without using FUEL to recover back the
PNG/JPG images?
Thanks,
Offray