a simple key based json databse
Project description
simpleJDB
simpleJDB is a simple python databse.
Example Code
initialize the database:
from simpleJDB.functions import database
db = database("databsename")
to add a key
value_to_add = 22
db.setkey("keyname", 1)
to change the value of a key
db.setkey("name of key you want to change", 2)
to delete a key
db.delkey("key to delete")
to get the type of a key
db.gettype("key")
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
simpleJDB-0.0.2.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file simpleJDB-0.0.2.tar.gz
.
File metadata
- Download URL: simpleJDB-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f7aa46a0f66e525e0ce72f88fef574ccd62f35f8869bae0baff6e818abdce5c |
|
MD5 | c6549f75254194946599f982a42a73db |
|
BLAKE2b-256 | ac7212349b4ce6fcd2ea1c0b85a38c4dd6fce7b158dc8796a31474d498ee054f |
File details
Details for the file simpleJDB-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: simpleJDB-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3232f3eba680b088615a65d340cf7310719127987611208e8e92d3e02e4be2e4 |
|
MD5 | 813e689e1a0b23956566f2a887f4574c |
|
BLAKE2b-256 | 46b712af2aa6b98576cde81bcb2aefff7249d249717d5433ed8de6c57dce9b4a |