database-study: Demonstrate how a database can be implemented the functional way
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.
Modules
[Index]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
splitbase | Choose the new smaller, split-up base package. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- database-study-0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1 |
---|---|
Dependencies | base (>=1.0 && <6), containers (>=0.1 && <0.4), special-functors (>=1.0 && <1.1) [details] |
Tested with | ghc ==6.10.4 |
License | BSD-3-Clause |
Author | Henning Thielemann <haskell@henning-thielemann.de> |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Monads, Database |
Home page | http://dbs.informatik.uni-halle.de/Lehre/LP09/ |
Source repo | head: darcs get http://code.haskell.org/~thielema/database-study/ this: darcs get http://code.haskell.org/~thielema/database-study/ --tag 0.0.1 |
Uploaded | by HenningThielemann at 2010-02-05T13:33:44Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1339 total (6 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |