Skip to main content

simple database using json.

Project description

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

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

SynDB-1.10.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

SynDB-1.10-py3-none-any.whl (3.6 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