
22 May
2008
22 May
'08
3:41 a.m.
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