Applications and libraries/Database interfaces/CoddFish

From HaskellWiki
< Applications and libraries‎ | Database interfaces
Revision as of 15:44, 16 June 2006 by EndreyMark (talk | contribs) (→‎Introduction: Credit to the authors: Alexandra Silva and Joost Visser)
Jump to navigation Jump to search

Introduction

CoddFish is contanined by the Pure Project and written by Alexandra Silva and Joost Visser. 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.