New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • PyPI
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc