|
From: Magnus L. H. <ml...@id...> - 2001-01-28 01:15:47
|
Hi, again... 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/ 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/ (I'm sure there are many more...) -- Magnus Lie Hetland (magnus at hetland dot org) "Reality is what refuses to disappear when you stop believing in it" -- Philip K. Dick |