|
From: <bc...@wo...> - 2001-01-29 13:56:52
|
[Magnus Lie Hetland] >Another thing Jython seems to be lacking: A dbm-style module. >(I'm sure dumbdbm works, but...) > >Aaron Watters' bplustree.py has a dbm-compatibility mode >which would make it a possible back-end entirely implemented >in Python: >http://www.pythonpros.com/arw/bplustree/ Have anyone tried it with Jython? I recall some problems regarding ints/longs, but I have forgotten the details. >There are also a few pure Java DBM implementations out >there: > >http://www.advogato.org/proj/jdbm/ >http://dev.w3.org/cvsweb/java/classes/org/w3c/tools/jdbm/ If anyone makes an dbm compatible wrapper for any of these packages, I gladly list them in the FAQ. Even without such a wrapper, the java packages are usefull but hardly worth special mentioning. If the licensing of the dbm java package can be resolved, the combined dbm module might make it into the distribution. As always, contribution are welcome. regards, finn |