> What is currently the recommended > higher level data base interface for Haskell? > > I want to construct queries in a programmatic/algebraic way, > > Would takusen help? Where's its home page? > this does not work: http://darcs.haskell.org/takusen/
Takusen still requires you to supply queries as strings, so no, it wouldn't help. BTW, it has moved to http://code.haskell.org/takusen The only game in town is HaskellDB, AFAIK. Alistair _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
