Applications and libraries/Database interfaces/CoddFish
From HaskellWiki
(Difference between revisions)
(→Related concepts: section added: it refers to Extensible record) |
m (spell-check with ispell) |
||
| Line 3: | Line 3: | ||
== Introduction == | == Introduction == | ||
| - | [http://wiki.di.uminho.pt/wiki/bin/view/PURe/CoddFish CoddFish] is | + | [http://wiki.di.uminho.pt/wiki/bin/view/PURe/CoddFish CoddFish] is contained by the Pure Project and written by [http://wiki.di.uminho.pt/wiki/bin/view/Xana/WebHome Alexandra Silva] and [http://wiki.di.uminho.pt/wiki/bin/view/Joost/WebHome Joost Visser]. |
| - | It is another type safe and declarative approach to database | + | It is another type safe and declarative approach to database management in Haskell (I mean another than [[../HaskellDB|HaskellDB]]). It is not able yet to achieve persistence by connecting to (real-life) database management systems. To achieve type safety, it uses [http://homepages.cwi.nl/~ralf/HList/ HList --- a Haskell library for strongly typed heterogeneous collections]. |
== Related concepts == | == Related concepts == | ||
* [[Extensible record]] | * [[Extensible record]] | ||
Revision as of 21:26, 16 June 2006
Contents |
1 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.
