[Haskell-cafe] SQL Database in Haskell?

Peter Robinson thaldyron at gmail.com
Thu Aug 6 03:09:47 EDT 2009


2009/8/6 Don Stewart <dons at galois.com>:
> For pure Haskell persistance, there is
>
>    TCache: A Transactional data cache with configurable persistence
>        http://hackage.haskell.org/package/TCache
>
>    io-storage: A key-value store in the IO monad.
>        http://hackage.haskell.org/package/io-storage
>
> There may be others.

persistent-map: A thread-safe (STM) persistency interface for finite map types.
http://hackage.haskell.org/package/persistent-map
(still experimental)

  Peter


More information about the Haskell-Cafe mailing list