Applications and libraries/Database interfaces/HaskellDB
From HaskellWiki
< Applications and libraries | Database interfaces(Difference between revisions)
m (typographic correction) |
(Update to Github link.) |
||
| (22 intermediate revisions not shown.) | |||
| Line 1: | Line 1: | ||
| + | [[Category:Applications]] | ||
== Introduction == | == Introduction == | ||
| - | A combinator library for declarative, type safe database management. | + | A [[combinator]] library for declarative, type safe database management. All queries and operations can be expressed in Haskell. No SQL need be written! |
| - | + | While [https://github.com/m4dc4p/haskelldb HaskellDB is on GitHub], [http://hackage.haskell.org/package/haskelldb Hackage] hosts the [http://hackage.haskell.org/package/haskelldb latest release of HaskellDB]. | |
| - | === | + | ==== Archived Information ==== |
| - | + | ||
| - | + | Archive information from this page can be found on [[Applications and libraries/Database interfaces/HaskellDB/Archive]]. | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
Current revision
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!
While HaskellDB is on GitHub, Hackage hosts the latest release of HaskellDB.
1.1 Archived Information
Archive information from this page can be found on Applications and libraries/Database interfaces/HaskellDB/Archive.
