Personal tools

Blog articles/Databases

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(Databases)
(Databases)
Line 1: Line 1:
[[Category:Tutorials]]
[[Category:Tutorials]]
-
=== Databases ===
+
== Databases ==
* [http://davblog48.blogspot.com/2007/05/trying-to-learn-haskell-database.html Learning Haskell databases]
* [http://davblog48.blogspot.com/2007/05/trying-to-learn-haskell-database.html Learning Haskell databases]
* [http://gilesbowkett.blogspot.com/2007/05/sql-unnecessary-in-haskells-happs.html SQL unnecessary in HAppS]
* [http://gilesbowkett.blogspot.com/2007/05/sql-unnecessary-in-haskells-happs.html SQL unnecessary in HAppS]
 +
 +
== Further reading ==
 +
 +
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:Database Database libraries on Hackage]

Revision as of 08:32, 18 July 2007


1 Databases

2 Further reading