SynDB
![SynDB](https://snyk.io/advisor/python/SynDB/badge.svg)
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
$ pip install syndb
Exmaple
import syndb
db = syndb.load("test.db", False)
db.set("key", "value")
db.get("key")
db.delete("key")
db.resetdb()
db.dump()
db.loadall()
Authors
Contributors names and contact info
DeveloperJosh
discord
License
This project is licensed under the MIT License - see the LICENSE.md file for details