Socket
Socket
Sign inDemoInstall

sqlite3-cache

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite3-cache

Use SQLite3 as cache.


Maintainers
1

SQLite3 Cache

Coverage Status GitHub Workflow Status PyPI GitHub GitHub Last Commit GitHub Issues Downloads Python Version

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()

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc