[Haskell] Re: [Haskell-cafe] ANNOUNCE: Galois web libraries for Haskell released

Don Stewart dons at galois.com
Tue Apr 22 13:35:10 EDT 2008


jgoerzen:
> On Tue April 22 2008 12:20:34 pm Don Stewart wrote:
> 
> > Yes, we needed full, low-level access to sqlite for some unusual use
> > cases. For high level stuff, HDBC and Takusen are nicer.
> 
> Can you elaborate on these use cases?  I would like to either add support for 
> them to HDBC-sqlite3, or perhaps make HDBC-sqlite3 a wrapper around your 
> library.

Strange hardware. So we needed to be able to monkey around somewhat.

It might make sense to wrap our sqlite3 binding with HDBC-sqlite3
though, so you don't need to maintain your own sqlite binding.

-- Don



More information about the Haskell mailing list