SkillAgentSearch skills...

Pickledb

pickleDB is an in memory key-value store using Python's orjson module for persistence. It can also use SQLite instead of orjson if needed.

Install / Use

/learn @patx/Pickledb
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Logo

pickleDB is a fast, easy to use, in-memory Python key-value store with first class asynchronous support. It is built with the orjson module for extremely high performance. It is licensed under the BSD three-clause license. Check out the website for installation instructions, API docs, advanced examples, benchmarks, and more.

from pickledb import PickleDB

db = PickleDB("example.json").load()
db.set("key", "value")

db.get("key")  # return "value"
View on GitHub
GitHub Stars1.1k
CategoryData
Updated15h ago
Forks133

Languages

Python

Security Score

100/100

Audited on Mar 27, 2026

No findings