3.0 - bsddb removed

Nick Craig-Wood nick at craig-wood.com
Sun Mar 22 13:30:04 EDT 2009


Sean <seandc at att.net> wrote:
>  Anyone got any thoughts about what to use as a replacement.  I need 
>  something (like bsddb) which uses dictionary syntax to read and write an 
>  underlying (fast!) btree or similar.

sqlite.

bsddb gave me no end of trouble with threads, but sqlite worked
brilliantly.

You would need to make a dictionary interface to sqlite, eg

  http://code.activestate.com/recipes/576638/

Or do something a bit simpler yourself.

-- 
Nick Craig-Wood <nick at craig-wood.com> -- http://www.craig-wood.com/nick



More information about the Python-list mailing list