You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

SynDB

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

SynDB

simple database using json.

1.10
pipPyPI
Maintainers
1

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

  • Python

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts