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

From HaskellWiki
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
== Introduction ==
 
== 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.
+
A [[combinator]] library for declarative, type safe database management. All queries and operations can be expressed in Haskell. No SQL need be written!
   
 
[http://hackage.haskell.org/package/haskelldb Hackage] hosts the [http://hackage.haskell.org/package/haskelldb latest release of HaskellDB]. The project home page can be found at http://trac.haskell.org/haskelldb.
== 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 14:50, 13 September 2010

Introduction

A combinator library for declarative, type safe database management. All queries and operations can be expressed in Haskell. No SQL need be written!

Hackage hosts the latest release of HaskellDB. The project home page can be found at http://trac.haskell.org/haskelldb.

Archived Information

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