Skip to main content

Simple python local database

Project description

JSON DB

Simple python local database

Quick start:

from jsondb import Manager

manager = Manager("database.test")
data = manager.get()
if "nick" not in data: 
    data["nick"] = input("Enter your nickname: ")
    manager.save()
nick = data["nick"]
print("Hello, %s" % nick)
>>> Enter your nickname: ZoomDeveloper
Hello, ZoomDeveloper
Hello, ZoomDeveloper

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

jsondbpy-1.1.1.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

jsondbpy-1.1.1-py3-none-any.whl (3.9 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