deleting from bsddb

Jason Orendorff jason at jorendorff.com
Tue Dec 18 00:10:39 EST 2001


Erika Skoe wrote:
> i don't see the syntax anywhere for deleting an element from a bsddb.  any
> hints?

  db = bsddb.hashopen("myfile.db", 'w')
  del db['username']

--
Jason Orendorff    http://www.jorendorff.com/





More information about the Python-list mailing list