Difference between revisions of "Applications and libraries/Database interfaces/HaskellDB"

From HaskellWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
A [[combinator]] library for declarative, type safe database management. All the queries and operations are completely expressed within Haskell, no embedded (SQL) commands are needed.
 
A [[combinator]] library for declarative, type safe database management. All the queries and operations are completely expressed within Haskell, no embedded (SQL) commands are needed.
   
 
[http://hackage.haskell.org/package/haskelldb Hackage] hosts the [http://hackage.haskell.org/package/haskelldb latest release of HaskellDB], and gives links to [http://hackage.haskell.org/package/haskelldb the project home page].
== Status ==
 
   
 
==== Archived Information ====
[http://hackage.haskell.org/package/haskelldb Hackage] hosts the latest release of HaskellDB, and gives links to the project home page.
 
 
== Archived Information ==
 
   
 
Archive information from this page can be found on [[Applications and libraries/Database interfaces/HaskellDB/Archive]].
 
Archive information from this page can be found on [[Applications and libraries/Database interfaces/HaskellDB/Archive]].

Revision as of 15:33, 31 August 2010

Introduction

A combinator library for declarative, type safe database management. All the queries and operations are completely expressed within Haskell, no embedded (SQL) commands are needed.

Hackage hosts the latest release of HaskellDB, and gives links to the project home page.

Archived Information

Archive information from this page can be found on Applications and libraries/Database interfaces/HaskellDB/Archive.