39c4e614e3
dbm interface, along with a shelve class that wraps the dict and provides serialization for it. WWW: http://github.com/Yelp/sqlite3dbm/
5 lines
203 B
Text
5 lines
203 B
Text
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.
|
|
|
|
WWW: http://github.com/Yelp/sqlite3dbm/
|