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

jsonbase

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonbase

jsonbase is a module that can help you use json as database

10.0.10
pipPyPI
Maintainers
1

JSONBASE

Description:

jsonbase is a simple database module

you can use it to store a small amount of data

but that doesn't mean that you can store a big amount of data

Preview

Why use jsonbase?

jsonbase is simple and easy to use

Will my data safe?

We have used json for over 1 month

and yes, your data will safe

Usage

import jsonbase

database = jsonbase.database('my_database')
database.create()
data = database.get()

data['Variable'] = 'value'
data['List'] = ['element','item']
data['Dict'] = {'key':'value'}
database.save(data)

Docs

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