MetaHDBC
From HaskellWiki
(Difference between revisions)
m |
|||
| Line 1: | Line 1: | ||
| - | MetaHDBC is a project that will use [[Template_Haskell Template Haskell]] and [http://software.complete.org/software/projects/show/hdbc HDBC] to do statically checked database access. | + | MetaHDBC is a project that will use [[Template_Haskell | Template Haskell]] and [http://software.complete.org/software/projects/show/hdbc HDBC] to do statically checked database access. |
For a little background, see this [http://www.nabble.com/Using-Template-Haskell-to-make-type-safe-database-access-td17027286.html haskell-cafe post] which got the project started. | For a little background, see this [http://www.nabble.com/Using-Template-Haskell-to-make-type-safe-database-access-td17027286.html haskell-cafe post] which got the project started. | ||
| - | [MetaHDBC_Install Installation notes for MetaHDBC]. | + | [[MetaHDBC_Install | Installation notes for MetaHDBC]]. |
Revision as of 19:12, 31 May 2008
MetaHDBC is a project that will use Template Haskell and HDBC to do statically checked database access.
For a little background, see this haskell-cafe post which got the project started.
