Applications and libraries/Database interfaces/HaskellDB
From HaskellWiki
< Applications and libraries | Database interfaces(Difference between revisions)
(Update to Github link.) |
|||
| Line 4: | Line 4: | ||
A [[combinator]] library for declarative, type safe database management. All queries and operations can be expressed in Haskell. No SQL need be written! | 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] | + | 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 ==== | ==== 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]]. | ||
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.
