Difference between revisions of "Applications and libraries/Database interfaces/CoddFish"

From HaskellWiki
Jump to navigation Jump to search
(→‎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 contanined 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].
+
[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 managament in Haskell (I mean another than [[../HaskellDB|HaskellDB]]). It is not able yet to achieve persistency by connecting to (real-life) database managament systems. To achieve type safety, it uses [http://homepages.cwi.nl/~ralf/HList/ HList --- a Haskell library for strongly typed heterogeneous collections].
+
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 ==

Revision as of 21:26, 16 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.

Related concepts