[Haskell-cafe] Easiest to use NoSQL storage with Haskell?

Bas van Dijk v.dijk.bas at gmail.com
Wed Nov 9 18:41:45 CET 2011


On 9 November 2011 11:59, dokondr <dokondr at gmail.com> wrote:
> What  Haskell package to work with NoSQL storage is both mature and easiest
> to use?
> I need persistent storage for simple key/value lists (not complex JSON
> docs).

If your data fits in RAM then acid-state is also an option:

http://hackage.haskell.org/package/acid-state

It's used as the storage library for the new hackage server.

Bas



More information about the Haskell-Cafe mailing list