This module provides a sqlite-backed dictionary conforming to the dbm interface, along with a shelve class that wraps the dict and provides serialization for it.
- pip install sqlite3dbm
- easy_install sqlite3dbm
testify tests
from the root directory
- source http://github.com/Yelp/sqlite3dbm/
- documentation http://packages.python.org/sqlite3dbm/