3.0 - bsddb removed
alex23
wuwei23 at gmail.com
Mon Mar 23 00:54:43 EDT 2009
On Mar 23, 3:30 am, Nick Craig-Wood <n... at craig-wood.com> wrote:
> You would need to make a dictionary interface to sqlite, eg
>
> http://code.activestate.com/recipes/576638/
>
> Or do something a bit simpler yourself.
Another option is to use the 'shove' module: http://pypi.python.org/pypi/shove
Similar API to shelve, shove-able objects can be treated just like
dicts, and it supports sqlite as a backend amongst many many others.
More information about the Python-list
mailing list