Skip to main content

A simple and lightweight JSON mock database for small projects

Project description

jdocdb

A simple and lightweight JSON mock database for small projects

create a new database:

db = jdocdb.newDB("dbname")

access an existing database:

db = jdocdb.DB("dbname")

get the value of the database:

print(db.value()) #value in the form of a dict

set the value of the database:

db.set("hello": "world") #this rewrites the whole database file

update stuff to the datbase file:

db.update({"newkey": "newvalue"})

delete item from the database file:

x.delete("unwantedkey")

format the data in a database:

db.format()

Change Log

0.0.1

  • first release

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

jdocdb-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

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