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("key_name")
# Updating a value
db.update("key_name", value)
Project details
Release history Release notifications | RSS feed
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.2.tar.gz
(1.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minimaldb-1.2.tar.gz.
File metadata
- Download URL: minimaldb-1.2.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1559a220d5a9dd1ec1eb5d0ef29ffb195715db4d86877fd4a43a20ec1a295e0b
|
|
| MD5 |
b515735ce0b73c37b5e0b6908e982b22
|
|
| BLAKE2b-256 |
a04c27fbc5e2bae3d152b00a808f945516dab9755c6d327ea4a91ae9c5cc1b04
|
File details
Details for the file minimaldb-1.2-py3-none-any.whl.
File metadata
- Download URL: minimaldb-1.2-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b481eaeea803e276273c6fa938058a06cd443088a7f1b28b839f2e940455d214
|
|
| MD5 |
d2f0c8ea5376e982c177ef5059ceebc8
|
|
| BLAKE2b-256 |
ea3bba989eff1bdfa514511cb71ec8e3398c13ec5627e69da5ae6488772cb1e2
|