[Haskell-cafe] pure Haskell database

Manlio Perillo manlio_perillo at libero.it
Wed Sep 24 17:17:01 EDT 2008


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.


Thanks  Manlio Perillo


More information about the Haskell-Cafe mailing list