mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
8 lines
223 B
Text
8 lines
223 B
Text
From the module documentation:
|
|
|
|
SQLDict: A helper class for the Python DB API.
|
|
|
|
This creates a database interface which works pretty much like a
|
|
Python dictionary (or shelve).
|
|
|
|
WWW: http://dustman.net/andy/python/
|