Difference between revisions of "HaskellDB"

From HaskellWiki
Jump to navigation Jump to search
(port, rewrite)
 
(Solved double redirection)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
#redirect [[Applications and libraries/Database interfaces/HaskellDB]]
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.
 
 
[[Category:Applications]]
 

Revision as of 23:55, 1 December 2008