Tie dictionary to database table?

Michael Selik michael.selik at gmail.com
Thu Jun 9 18:40:35 EDT 2016


On Thu, Jun 9, 2016 at 9:10 AM justin walters <walters.justin01 at gmail.com>
wrote:

> It looks like you might be looking for an ORM. Have you checked out
> sqlalchemy?
>

An ORM might be overkill. If you just want a persistent dictionary, just
use the shelve module. https://docs.python.org/3/library/shelve.html



More information about the Python-list mailing list