[Haskell-cafe] Re: databases in Haskell & type-safety
Mauricio
briqueabraque at yahoo.com
Wed Jan 14 07:14:28 EST 2009
> Mauricio> No. Only sqlite3_exec with INSERT, SELECT stuff,
> Mauricio> and saving everything that needs structure in pseudo-xml
> Mauricio> strings. Not that efficient, but easy to change to blobs when
> Mauricio> everything is ready and tested.
>
> I see...I'm thinking to maybe store only paths for bigger BLOBs, but
> still there is need to store smaller (thumbnails pics) ones...
>
You can always uuencode the pictures. Package 'dataenc'
seems nice, although I have not used it.
Best,
Maurício
More information about the Haskell-Cafe
mailing list