Easy and fast db for python users
Project description
disnakedb
Installation
pip3 install disnakedb
Usage
import disnakedb
db = disnakedb.Init()
print(db.get("foo")) # None
db.set("foo", "bar")
print(db.get("foo")) # bar
db.set("any", {"id": 1234, "top": 1, "str": "any string"})
print(db.get("any")) # {"id": 1234, "top": 1, "str": "any string"}
print(db.get("any")["id"]) # 1234
db.remove("foo")
db.remove("any")
print(db.get("foo")) # None
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
disnakedb-0.1.3.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 disnakedb-0.1.3.tar.gz.
File metadata
- Download URL: disnakedb-0.1.3.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.5 Linux/5.15.50-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13dbc328fa23e24ffd3121b307c4376793c3bbf89d7655a8f979c7670a0e4289
|
|
| MD5 |
50cac7963a82b37631da739bd39d12a7
|
|
| BLAKE2b-256 |
0bca2867ce3a58145e9c11abceef1680ddd06aa74d5ffe35aeeddc7d023276d0
|
File details
Details for the file disnakedb-0.1.3-py3-none-any.whl.
File metadata
- Download URL: disnakedb-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.5 Linux/5.15.50-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6cf0873874299a0580704e5bba93da7756a0640d0d84676e7f6391148f707a1
|
|
| MD5 |
f8a6ec8129bd5c603de3fd9c720ae054
|
|
| BLAKE2b-256 |
b0e6f97117764470e118bda41fc511ee425888654693db30367bfd9ee1b4c344
|