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

From HaskellWiki
Jump to navigation Jump to search
m (spell-check with ispell)
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.

Related concepts