Difference between revisions of "HaskellDB"

From HaskellWiki
Jump to navigation Jump to search
m (link)
m (Added link to libraries/haskelldb)
Line 8: Line 8:
 
Meijer. 2nd USENIX Conference on Domain-Specific Languages (DSL),
 
Meijer. 2nd USENIX Conference on Domain-Specific Languages (DSL),
 
Austin, USA, October 1999.
 
Austin, USA, October 1999.
  +
  +
For more information see also [[Libraries_and_tools/Database_interfaces/HaskellDB]].
   
 
[[Category:Applications]]
 
[[Category:Applications]]

Revision as of 13:07, 4 December 2006

HaskellDB is a combinator library for expressing queries and other operations on relational databases in a type safe and declarative way. All the queries and operations are completely expressed within Haskell, no embedded (SQL) commands are needed.

HaskellDB was originally developed by Daan Leijen, and is described in the paper Domain Specific Embedded Compilers, Daan Leijen and Erik Meijer. 2nd USENIX Conference on Domain-Specific Languages (DSL), Austin, USA, October 1999.

For more information see also Libraries_and_tools/Database_interfaces/HaskellDB.