On Mar 23, 3:30 am, Nick Craig-Wood <n...@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.


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to