Applications and libraries/Database interfaces/HaskellDB
From HaskellWiki
(Difference between revisions)
| (One intermediate revision not shown.) | |||
| Line 2: | Line 2: | ||
== Introduction == | == Introduction == | ||
| - | A [[combinator]] library for declarative, type safe database management. All | + | 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] | + | [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. |
==== Archived Information ==== | ==== 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
1 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.
1.1 Archived Information
Archive information from this page can be found on Applications and libraries/Database interfaces/HaskellDB/Archive.
