What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Mar 10, 2008 by peter.fein
DictionaryBackend  
A backend based on dict and pickle

DictionaryBackend implements a Collection using a Python dict. It's not useful in the real world, but provides a nice model for implementing backends / test platform for frontends. A persistent version that pickles the entire dict to disk is also provided.

This backend was implemented in 28 minutes (literally, I timed it). It lives in grassyknoll.backend.dictionary.


Sign in to add a comment