SynDB

simple database using json.


Keywords
database, easy-to-use, json-based-database, python
License
MIT
Install
pip install SynDB==1.10

Documentation

SynDB

Downloads Downloads Downloads 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

$ 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() # 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