
30 Sep
2008
30 Sep
'08
9:13 a.m.
Marc Weber ha scritto:
On Wed, Sep 24, 2008 at 11:17:01PM +0200, Manlio Perillo wrote:
Hi.
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.
I've tried writing at least part of that. But it's still higly experimental and uses template haskell.
What do you use as low level storage?
[...]
Thanks Manlio Perillo