Re: DBM libraries

2013-06-16 Thread Cedric Greevey
On Sun, Jun 16, 2013 at 12:19 PM, Ray Miller wrote: > Hi, > > Is there a maintained and widely-adopted Clojure interface to any of > the Java DBM libraries (jdbm, jdbm2, BerkeleyDB or MapDB) ? > There's a Clojure wrapper for jdbc, which should get you all the major relationa

Re: DBM libraries

2013-06-16 Thread josh rotenberg
> Is there a maintained and widely-adopted Clojure interface to any of > the Java DBM libraries (jdbm, jdbm2, BerkeleyDB or MapDB) ? I'm not sure how widely adopted it is, but Cupboard has a high and low level Berkeley DB API: https://github.com/gcv/cupboard -- -- You received t

DBM libraries

2013-06-16 Thread Ray Miller
Hi, Is there a maintained and widely-adopted Clojure interface to any of the Java DBM libraries (jdbm, jdbm2, BerkeleyDB or MapDB) ? If not, is there a preferred alternative for persisting a large hash-map to disk? (Ideally I'd like random access to records without reading the whole thing