database-study-0.0.1: Demonstrate how a database can be implemented the functional way

The database-study package

This package consists of some toy modules that translate the well-known company database example. We show how to implement various queries and database updates in a way that is both simple and clean. It is recommended to download the package with cabal fetch, extract it in a local directory and run make ghci. Additionally open a text editor and follow the examples in the Example directory. The first queries in the modules Example.RelationalAlgebra and Example.QueryMonad are the same but in different styles.

Properties

Version0.0.1
Dependenciesbase (≥1.0 & <2), containers (≥0.1 & <0.4), special-functors (1.0.*) or
base (≥2 & <6), containers (≥0.1 & <0.4)
LicenseBSD3
AuthorHenning Thielemann <haskell@henning-thielemann.de>
MaintainerHenning Thielemann <haskell@henning-thielemann.de>
CategoryMonads, Database
Home pagehttp://dbs.informatik.uni-halle.de/Lehre/LP09/
Source repositorydarcs get http://code.haskell.org/~thielema/database-study/
Upload dateFri Feb 5 13:33:44 UTC 2010
Uploaded byHenningThielemann
Built onghc-6.12, ghc-7.0

Modules

Downloads