DBM is a simple UNIX database format.
I was thinking that native DBM of Python should be quite faster than NOSQL databases such as Tokyo Cabinet, MongoDB, …
I'm learning about database files and the dbm module in Python 3.1.3, and am having trouble using some of the methods …