Applications and libraries/Database interfaces/CoddFish

From HaskellWiki
< Applications and libraries‎ | Database interfaces
Revision as of 15:25, 16 June 2006 by EndreyMark (talk | contribs) (→‎Introduction: Introductory notes: a pure, type safe declarative DBMS library, not yet persistent by connecting to real life databases)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Introduction

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 HList --- a Haskell library for strongly typed heterogeneous collections.