freebsd-ports/databases/py-sqlite3dbm/pkg-descr

6 lines
203 B
Text
Raw Normal View History

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/