HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Applications and libraries/Database interfaces/CoddFish

(Redirected from Libraries and tools/Database interfaces/CoddFish)

< Applications and libraries | Database interfaces

Contents


1 Introduction

CoddFish is a strongly-typed model that can be used to design and experiment with typed languages for modelling, programming, and migrating databases.

It is encoded in the functional programming language Haskell and it makes extensive use of typeclass bounded, parametric polymorphism and heterogeneous collections. See the: HList darcs repos.

Apart from the standard relational database operations, such as selection and join, it contains functional dependencies, normal forms, and operations for database transformation.

Unlike tools such as Haskell/DB, the CoddFish library does not (at the moment) aim to support database connectivity.

Further details can be found in the draft paper available from the project webpage.

2 Availability

CoddFish is available as part of the UMinho Haskell Libraries.

3 Credits

4 Related concepts

Retrieved from "http://www.haskell.org/haskellwiki/Applications_and_libraries/Database_interfaces/CoddFish"

This page has been accessed 4,337 times. This page was last modified 10:14, 6 May 2007. Recent content is available under a simple permissive license.