Hey all,

I couldn't find a good set of bindings that wrapped most of the BDB's
features so I wrote my own.  This library covers most of its basic
feature, wrapping cursors, transactions, and key value functionality
in more idiomatic clojure.

You can check it out on http://bitbucket.org/mebaran/bdb-clojure/.

I'll be adding more documentation, some more tests and a lazy
interface in the next couple of days.  If anybody has any good ideas
for an interface to index and persist and nested hashmaps while
indexing their values by either word or number, I'll be much obliged
I'm planning to try to use this as the basis for a more completely
package for clojure data structure persistence.

Any tips how to improve the library coe structure or further its
development will be much appreciated.

Hope it's useful to somebody,
Mark

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to