Applications and libraries/Database interfaces/CoddFish

From HaskellWiki
< Applications and libraries‎ | Database interfaces
Revision as of 21:26, 16 June 2006 by EndreyMark (talk | contribs) (spell-check with ispell)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

CoddFish is contained by the Pure Project and written by Alexandra Silva and Joost Visser. It is another type safe and declarative approach to database management in Haskell (I mean another than HaskellDB). It is not able yet to achieve persistence by connecting to (real-life) database management systems. To achieve type safety, it uses HList --- a Haskell library for strongly typed heterogeneous collections.

Related concepts