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.16.tar.gz
(5.0 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.16.tar.gz.
File metadata
- Download URL: pickledb_ujson-1.0.16.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.0 Linux/5.15.0-1033-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63520aa876e2c117dfef48d551534bfd4ccdf3c9ab27142bc9ad8a26c8179d62
|
|
| MD5 |
0a3b24efdee15f3b1d277bfecf3a0dee
|
|
| BLAKE2b-256 |
1f44c43ef90b5730ec1695e284291dab6bc7e5123e5d1539240117806487c589
|
File details
Details for the file pickledb_ujson-1.0.16-py3-none-any.whl.
File metadata
- Download URL: pickledb_ujson-1.0.16-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.0 Linux/5.15.0-1033-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e6fc7a00c999b3f9a21edd721f6b4c50b27c17e04cc72dc130ae08061a69217
|
|
| MD5 |
e0a498eecace818f3fcc30d942a9aa8e
|
|
| BLAKE2b-256 |
9758d34026ab3455dd1567c4daa6f653dd8240b0245b74dba9f3008f1f47e7a9
|