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

From HaskellWiki
Jump to navigation Jump to search
(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]. The project home page can be found at http://trac.haskell.org/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 ====

Latest revision as of 18:27, 28 January 2013

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.

Archived Information

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