Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • PyPI
  • Socket score

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

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