Skip to main content

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

Project description

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)

Quick Link

Docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jsonbase-10.0.10.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

jsonbase-10.0.10-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page