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 <[email protected]> writes: > I'd be very interested to see a rdbms implementation in Haskell ... > perhaps a port of sqlite > > Regards, > Kashyap _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
