Skip to main content

BonkersDB

Project description

Welcome to BonkersDB

An easy-to-use key-value database


How to Use:

Import BonkersDB:

from BonkersDB import BonkersDB
# Import BonkersDB

Now you can start using it. Let's create a value.

database = BonkersDB("./database.db") 
# create a database
database.set("name" , "Josh")
# set an item

Now let's pull a value:

name = database.get("name")
# pull an item from the database
print(name)
# print it

You're all set! Enjoy BonkersDB! 🎉

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

BonkersDB-0.0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

BonkersDB-0.0.1-py3-none-any.whl (2.8 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