A lightweight and simple database
Project description
PicoDB
PicoDB is lightweight, fast, and simple database with namespaces.
PicoDB is simple
import picodb
db = picodb.load('test.db', False)
db.set_ns('space')
db.set('space', 'key', 'value')
db.delete('space', 'key')
db.get('space', 'key')
db.save()
And Easy to Install
pip install picodb
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
PicoDB-0.1.1.tar.gz
(2.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 PicoDB-0.1.1.tar.gz.
File metadata
- Download URL: PicoDB-0.1.1.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37ce07c755ee12dbc22b8e3b362ac30259232d46eb5764ff8da2ca005f1c01cf
|
|
| MD5 |
3ee38ef7c40b3a5bfdb956d7cd4fcffc
|
|
| BLAKE2b-256 |
0e6f1dd239eee58f979bab58b7e4eb04eab3725c2d0072cb90b372ec50f000ec
|
File details
Details for the file PicoDB-0.1.1-py3-none-any.whl.
File metadata
- Download URL: PicoDB-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac29b7133f6688be3255ff3c5543443866383158a136eadd844cfc6c9dbcbaaf
|
|
| MD5 |
73e1ffcb234ed73db4fcffe88b3ea3d5
|
|
| BLAKE2b-256 |
84b6e2e439a94d71f7c8f0257eda59a07e58ebcc123ed282e809017b865d6358
|