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

From HaskellWiki
Jump to navigation Jump to search
(→‎Introduction: Introductory notes: a pure, type safe declarative DBMS library, not yet persistent by connecting to real life databases)
 
(Referring to HaskellDB)
Line 3: Line 3:
 
== Introduction ==
 
== Introduction ==
   
[http://wiki.di.uminho.pt/wiki/bin/view/PURe/CoddFish CoddFish] is contanined by the Pure Project. It is another type safe and declarative approach to database managament in Haskell. 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].
+
[http://wiki.di.uminho.pt/wiki/bin/view/PURe/CoddFish CoddFish] is contanined by the Pure Project. 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].

Revision as of 15:30, 16 June 2006

Introduction

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