6 Aug
2009
6 Aug
'09
3:09 a.m.
2009/8/6 Don Stewart
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