🚀 Socket Launch Week 🚀 Day 4: Introducing Historical Analytics.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
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