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_ujson as pickledb
>>> db = pickledb.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.dump()
True
Easy to Install
$ pip install pickledb-ujson
Links
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.12.tar.gz
(4.9 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.12.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.12.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.2 Linux/5.15.0-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c548cfc2710ba411e5735047bdbf45652a8878c63da0096b5c851ef9149660e9
|
|
| MD5 |
e9167dfd5dc1e60f87286b2743aa0134
|
|
| BLAKE2b-256 |
42d0fac37bd507ec7a2e863498dddebbd680651d506f0c30ea4d9ca3e71f8408
|
File details
Details for the file pickledb_ujson-1.0.12-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.12-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.0 CPython/3.10.2 Linux/5.15.0-1019-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93709c901a8f07b50c1551895156d24a5fb32c2930777f8be9ccdaa86c0df09d
|
|
| MD5 |
dc2b2aa82f62fd252c852da323cc4b25
|
|
| BLAKE2b-256 |
074ad0692ad0bb0920dd308d44338f5c8cee3904821a335314e96c95e3b3bf7b
|