Skip to main content

Minimalistic document oriented database.

Project description

Minimaldb

Minimaldb is a very simple document oriented database.

Supported Python Versions

Minimaldb is tested with Python 3.7

Installation

From PyPi:

$ pip install minimaldb

Example Code

from minimaldb import MinimalDB


db = MinimalDB("database_name.db")

# Setting a value
db.set("key_name", value)

# Getting a value
db.get("key_name")

# Deleting a value
db.delete("kay_name")

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

minimaldb-1.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

minimaldb-1.1-py3-none-any.whl (2.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