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
> 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
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