Skip to main content

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

$ 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-0.8.0.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file SynDB-0.8.0.tar.gz.

File metadata

  • Download URL: SynDB-0.8.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

Hashes for SynDB-0.8.0.tar.gz
Algorithm Hash digest
SHA256 e1a951cfd6e87a675d82bc1d353f6f688325b9f026209f1257ff63e50b4474f3
MD5 ee4bab4cbbcede15d6d62ee4747950aa
BLAKE2b-256 5e532c7fb88ece7863f42632bf20018c77ee981d635a8c1f4df37428dc228632

See more details on using hashes here.

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