
6 Aug
2009
6 Aug
'09
1:19 a.m.
As I can say from my experience of usage of hdbc-sqlite3 and
happstack-state, the latter covers everything you ever wanted from
sqlite3 and more. It you aren't too concerned about performance, you
can free yourself from many tedious routines that are imminent when you
work with relational database. Elaborated data model design coupled
with some generics technique (uniplate with derive, e.g.) gives you a
possibility to write down your domain problem directly to haskell.
CK Kashyap
I'd be very interested to see a rdbms implementation in Haskell ... perhaps a port of sqlite
Regards, Kashyap