Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snvmdb-1.1.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

snvmdb-1.1.1-py3-none-any.whl (5.0 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