simple database using json.
Project description
SynDB
Usage
You can use SynDB to store and retrieve data in a database, And it is very easy to use.
Description
SynDB is a database that is json based, It is lightweight and fast, And it is easy to use.
Getting Started
Dependencies
Installing
$ git clone https://github.com/DeveloperJosh/SynDB
Exmaple
import SynDB
db = SynDB.load("test.db", False)
db.set("key1", "value1")
db.get("key1")
db.delete("key1")
db.resetdb()
db.dump()
db.loadall() # This will load all the data from the file
Authors
Contributors names and contact info
DeveloperJosh discord
License
This project is licensed under the MIT License - see the LICENSE.md file for details
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
SynDB-0.3.0.tar.gz
(3.0 kB
view details)
File details
Details for the file SynDB-0.3.0.tar.gz
.
File metadata
- Download URL: SynDB-0.3.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dbba05fa901252d4db394c3ba938950ce0d18abe7f138dd18ca07c4f2ac4110 |
|
MD5 | f79e27c9fafd75975a5af70cd509ea5c |
|
BLAKE2b-256 | bd123fd0b57d74629426fdf6933a225bfcdf402b105891a93608a96deb16bf7f |