dbm previously when I meant standard database connection, which I had in mind the SimpleSessionServer from WSGIUtils. It didn't really hit me till right now that shelve is implemented over dbm, and anyway SimpleSessionServer uses sockets to communicate with a anydbm repository.
In summary,
shelve already uses dbm (the standard db interface). I really pulled a Charlie Gordon on this one.
No comments:
Post a Comment