Applications and libraries/Database interfaces/CoddFish

From HaskellWiki
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 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