database-study: Demonstrate how a database can be implemented the functional way
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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
Versions | 0.0.1, 0.0.2 |
---|---|
Change log | None available |
Dependencies | base (>=1.0 && <6), containers (>=0.1 && <0.7), special-functors (>=1.0 && <1.1) [details] |
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.2 |
Uploaded | by HenningThielemann at 2021-11-14T17:28:12Z |
Modules
- Company
- Example
- Example.QueryMonad
- Example.RelationalAlgebra
- Example.UpdateMonad
- Query
- Table
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.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees