An in-memory key-value store using orjson.
Project description
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"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pickledb-1.4.1.1.tar.gz.
File metadata
- Download URL: pickledb-1.4.1.1.tar.gz
- Upload date:
- Size: 99.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0dd89802c2d9c612e3f2f5bf2051974c99a124d074eb16bb7da66a5e79268fda
|
|
| MD5 |
dad70d794f0afa912b7b1c6a707dbd37
|
|
| BLAKE2b-256 |
4b0f6dd643a2d8943c63280b927ecab24ffca62761b6bca7c1f1dc82971ff059
|
File details
Details for the file pickledb-1.4.1.1-py3-none-any.whl.
File metadata
- Download URL: pickledb-1.4.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f39c35a6d4d00f353544b9c589ebe4744b25ec6b3c3469a4427b1d1648f9af8
|
|
| MD5 |
5264722900c6360aeacefee032a5acce
|
|
| BLAKE2b-256 |
23e5ab333199cb26f5965d62f78c910e6bcd61f589b7dd9df57c6a23dbe67140
|