BonkersDB
Project description
Welcome to BonkersDB
An easy-to-use key-value database
How to Use:
Import BonkersDB:
from BonkersDB import BonkersDB
# Import BonkersDB
Now you can start using it. Let's create a value.
database = BonkersDB("./database.db")
# create a database
database.set("name" , "Josh")
# set an item
Now let's pull a value:
name = database.get("name")
# pull an item from the database
print(name)
# print it
You're all set! Enjoy BonkersDB! 🎉
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
BonkersDB-0.0.1.tar.gz
(2.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 BonkersDB-0.0.1.tar.gz.
File metadata
- Download URL: BonkersDB-0.0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4659e5f132b377d2bb276eb1f384a4a7f67838c73451ee9c1f5014aa0b1e3ba7
|
|
| MD5 |
78948340bcd1e37cf404cf2c63117f7a
|
|
| BLAKE2b-256 |
3b1521ac250372660e36703ef8282ff1d14f6eb80bf578bc975cfbf9ddd110ad
|
File details
Details for the file BonkersDB-0.0.1-py3-none-any.whl.
File metadata
- Download URL: BonkersDB-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e08978ba59aca2ebe67d349c6093a3487f720aca8a1b7788b52898f92ac37e9c
|
|
| MD5 |
6812c04570ab31d2b969cb9fda9a5840
|
|
| BLAKE2b-256 |
e7e0797a4732c65d8d5202024073f4ea3b55d631b69c1ab8d49318c9ce55fe27
|