Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jibix

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jibix

Easy to handle json database manager

  • 0.4
  • PyPI
  • Socket score

Maintainers
1

JIBIX

GitHub

Jibix is a easy-to-handle database-manager and it's very simple to work with:

from jibix import Jibix
db = Jibix('database name.json')
db['hello'] = 1 # automatically saves in database for next time you loading it
db.pop('hello') # automatically commits in database for next time you loading it

Yeah that's it ;)

don't use jibix when you have more than 20 commits per second

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