i found this http://stackoverflow.com/questions/625029/how-do-i-store-and-retrieve-a-blob-from-sqlite
hth On Sat, Jul 2, 2016 at 11:03 PM, Offray Vladimir Luna Cárdenas < [email protected]> wrote: > 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 > > > -- Bernardo E.C. Sent from a cheap desktop computer in South America.
