bsddb: must bsddb write a file ?

Skip Montanaro skip at pobox.com
Thu Jun 14 12:29:39 EDT 2001


    Florian> hi again..
    Florian> the bsddb: class (binary tree, hash-table,..)
    Florian> needs to write its data to a file:
    Florian> db = bsddb.btopen('filename','c');

    Florian> the file can be removed, but is there a way to avoid the file ?

Well, you could just use a dictionary instead.  If you don't want your
key/value pairs saved to a file, why use bsddb?

-- 
Skip Montanaro (skip at pobox.com)
(847)971-7098




More information about the Python-list mailing list