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 relational databases. If not,

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 this message beca