Skip to main content

A simple database wrapper for Python 3

Project description

Change Log

1.1.1 (26/09/2021)

  • Documentation Fix

ezdatabase

Making Databases easier

EzDatabase is a simple Database Wrapper for Python! Inspired by Repl.it Database!

Features

  • Works with a Key / Value System
  • Can store strings, numbers, objects, booleans

Code Examples

  • Initialize Database

from ezdatabase import db

database = db.db("database.db")
# Returns None
  • Set / Update Value of a Key

# Arguments: key_name, key_value
database.write("User1", {"age": 10, "name": "John"})
database.write("Product: 21398", "10,30 EUR")
# Returns True on Success
  • Read the Value of a Key

value = database.read("User1")
# Returns the Value of a Key
  • Delete a Key

database.delete("User1")
# Returns True on Successful removal of the 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

ezdatabase-1.1.1.tar.gz (3.3 kB view details)

Uploaded Source

File details

Details for the file ezdatabase-1.1.1.tar.gz.

File metadata

  • Download URL: ezdatabase-1.1.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.0.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.6

File hashes

Hashes for ezdatabase-1.1.1.tar.gz
Algorithm Hash digest
SHA256 e8dfeef841bd82ee5b8b15d93a451160a6ee42998351743da8cefeb559cbb55b
MD5 e6c5d1ab39e439902ebbff48fd80ac87
BLAKE2b-256 0b2d614dcde10d09eccda7d742c522bf8a79014c3c8d271204edc4acea11070f

See more details on using hashes here.

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