Simple database tool
Project description
snvmdb
This is the simplest database tool in world! It is written on python and using JSON as data format
Installation
From PyPi:
python -m pip install snvmdb
Cloning from GitHub:
git clone https://github.com/SNvMK/snvmdb.git
cd snvmdb
python -m pip install .
Downloading wheel from Releases on GitHub:
python -m pip install snvmdb-x.x.x-none-any.whl
Use
Initialize an empty database
import snvmdb
db = snvmdb.SnvmDB('data.db')
Add text value to DB:
db.add('amogus', 'ayy')
Add hash-table to DB:
db.add('pog', {})
Add pair to created hash-table:
db.append_hash('pog', 'ayy', 'lmao')
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
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 snvmdb-1.1.1.tar.gz.
File metadata
- Download URL: snvmdb-1.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb7309fcaf26333705126302dcdfea51451cb06688be90ce5afb315a1d9b03a4
|
|
| MD5 |
ddf8950cdabe68630ffd1b90d369e195
|
|
| BLAKE2b-256 |
52bebecbbc5d53b5a08efc099988747b729b2ee16d0c9eeaafb443cbbbf49ef4
|
File details
Details for the file snvmdb-1.1.1-py3-none-any.whl.
File metadata
- Download URL: snvmdb-1.1.1-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
763627d5324da6b1352b161bc42de88410242f5a6c3a710b7a129b554e60d262
|
|
| MD5 |
16d39ca2038839f2019e52651053fa5c
|
|
| BLAKE2b-256 |
cc67cf4feddfcec6bfe741a05b817179faf9167e31c14c1b5ac741ee4de7a2cb
|