mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
5 lines
210 B
Text
5 lines
210 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: https://github.com/YelpArchive/sqlite3dbm
|