Fork of PickleDB using ujson
Project description
pickleDB
pickleDB is lightweight, fast, and simple database based on the ujson module. And it's BSD licensed!
pickleDB is Fun
>>> import pickledb
>>> db = pickledb.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.dump()
True
Easy to Install
$ pip install pickledb
Links
Latest Release Notes (version: 1.0.0)
- Use ujson instead of json
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
pickledb_ujson-1.0.0.tar.gz
(4.6 kB
view details)
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_ujson-1.0.0.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.10.60.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06180912f8d6fcee7500c88e537b96d732b9934983980705739dd59db9b176ef
|
|
| MD5 |
2d6acf1c62cb1cddb196aeb2dca380b7
|
|
| BLAKE2b-256 |
3951930acf4c46434197599e8dc27c64b10d27b6270f3e80ad12af6649e74e36
|
File details
Details for the file pickledb_ujson-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.11 CPython/3.9.7 Linux/5.10.60.1-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95bb87a7c1233a9b1f5e32b573820c877920777baefbbbe3b5b2a97df0316b89
|
|
| MD5 |
90717a3d91cbbd096132c9f075a2f3cd
|
|
| BLAKE2b-256 |
4075041849594cc42c2c447cf8fbb4c9778aa74e921d1264961a3756a6470ced
|