[Haskell-cafe] relational data representation in memory using haskell?

Marc Weber marco-oweber at gmx.de
Thu May 22 03:41:29 EDT 2008


On Wed, May 21, 2008 at 06:07:15PM -0700, Dan Weston wrote:
>  Consider SQLite [1], which is "a software library that implements a 
[..]
>  It has a C API which you can wrap as needed with the FFI, and you wouldn't 
>  need more than a dozen or so functions to start with (it understands SQL 
>  too).
So it has kind of API enabling me inserting rows without using SQL?
I still have to do some marshalling to / from C and synchronize db
layout and haskell data types.

Marc Weber


More information about the Haskell-Cafe mailing list