@hackage database-study0.0.1
Demonstrate how a database can be implemented the functional way
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
- 0.0.1 Fri, 5 Feb 2010
Installation
Dependencies (3)
- base >=1.0 && <2
- containers >=0.1 && <0.4
- special-functors >=1.0 && <1.1 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base 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.