pip install sqlite3-cache
Documentation: https://mrthearman.github.io/sqlite3-cache/
Source Code: https://github.com/MrThearMan/sqlite3-cache/
Contributing: https://github.com/MrThearMan/sqlite3-cache/blob/main/CONTRIBUTING.md
Use SQLite3 as quick, persistent, thread-safe cache. Can store any picklable objects.
from sqlite3_cache import Cache
cache = Cache()