python3-sqlitedict
Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe
Description
A lightweight wrapper around Python's sqlite3 database with a simple, Pythonic dict-like interface and support for multi-thread access: By default, sqlitedict's exception handling favors verbosity over efficiency. It extracts and outputs the outer exception stack to the error logs. Features include: * Values can be any picklable objects (uses 'pickle' with the highest
protocol).
* Support for multiple tables (=dicts) living in the same database file.
* Support for access from multiple threads to the same connection (needed by
e.g. Pyro).
* Support for custom serialization or compression:
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/piskvorky/sqlitedict
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-sqlitedict