a simple key based json databse
Project description
simpleJDB
simpleJDB is a simple python databse.
Example Code
initialize the database:
import simpleJDB
db = simpleJB.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 a keys value
db.getkey("key")
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.5.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file simpleJDB-0.0.5.tar.gz
.
File metadata
- Download URL: simpleJDB-0.0.5.tar.gz
- Upload date:
- Size: 2.7 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 | 4a575f3d0a4e782a3281d47d8f4c9b9c049a11a9bdf435ec789be91e88b621a9 |
|
MD5 | 8b2aee90e6e08497378c92bb79ae4277 |
|
BLAKE2b-256 | ab62f0c16092e599cc33776595d882113b7c1598b92a613e39e9758609693a9b |
File details
Details for the file simpleJDB-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: simpleJDB-0.0.5-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 | 1c8e6de29b8db03b9688dab816b9736a8c87ac88157b432b4e88ab3e5ed81da4 |
|
MD5 | 22a48ce9d6ce433cd07fdbc5accb5b76 |
|
BLAKE2b-256 | 2dabf899e919e743bd65dadec627c5b55a45b088182bc8d1e343b62d7a2c7179 |