[Haskell-cafe] pure Haskell database
Rich Neswold
rich.neswold at gmail.com
Wed Sep 24 17:26:09 EDT 2008
On Wed, Sep 24, 2008 at 4:17 PM, Manlio Perillo <manlio_perillo at libero.it>wrote:
> I need a simple, concurrent safe, database, written in Haskell.
> A database with the interface of Data.Map would be great, since what I need
> to to is atomically increment some integer values, and I would like to avoid
> to use SQLite.
>
How about "MVar (Map k Int)"? or even "Map k (MVar Int)"?
--
Rich
LOI: https://www.google.com/reader/shared/00900594587109808626
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080924/b8f66fd0/attachment.htm
More information about the Haskell-Cafe
mailing list