J
Jon Clements
Thanks. I think I'm ruling out bsddb, since it's recently deprecated:
http://www.gossamer-threads.com/lists/python/python/106494
I'll give sqlite3 a spin. Has anybody out there wrapped sqlite3
behind a hash interface already? I know it's simple to do
conceptually, but there are some minor details to work out for large
amounts of data (like creating the index after all the inserts), so if
somebody's already tackled this, it would be useful to see their
code.
Thanks.
Could also look at Tokyo cabinet or Kyoto cabinet (but I believe that has slightly different licensing conditions for commercial use).