database-study

Demonstrate how a database can be implemented the functional way

http://dbs.informatik.uni-halle.de/Lehre/LP09/

Latest on Hackage:0.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Henning Thielemann

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.