[Haskell-cafe] pure Haskell database
Manlio Perillo
manlio_perillo at libero.it
Tue Sep 30 09:13:03 EDT 2008
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
More information about the Haskell-Cafe
mailing list