Applications and libraries/Database interfaces/CoddFish: Difference between revisions
EndreyMark (talk | contribs) m (spell-check with ispell) |
EndreyMark (talk | contribs) m (→Related concepts: refers to Relational algebra) |
||
Line 9: | Line 9: | ||
* [[Extensible record]] | * [[Extensible record]] | ||
* [[Relational algebra]] |
Revision as of 10:35, 17 June 2006
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.