[Haskell-cafe] Re: databases in Haskell & type-safety

Mauricio briqueabraque at yahoo.com
Tue Jan 13 14:50:56 EST 2009


> Mauricio> I've been doing a lot of low level sqlite3 lately (it's going
> Mauricio> to be on a hackage package as soon as I finish my current
> Mauricio> work). 
> 
> Have you done any work with BLOBs?
> 

No. Only sqlite3_exec with INSERT, SELECT stuff,
and saving everything that needs structure in
pseudo-xml strings. Not that efficient, but easy
to change to blobs when everything is ready and
tested.

Maurício



More information about the Haskell-Cafe mailing list