Skip to main content

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 a keys value

db.getkey("key")

to get the type of a key

db.gettype("key")

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

simpleJDB-0.0.4.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

simpleJDB-0.0.4-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page