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
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file jsonbase-10.0.10.tar.gz
.
File metadata
- Download URL: jsonbase-10.0.10.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3765f41fac79e1770ee3e32e07feb1e9dee5af73302121097ab35f49787ffdb9 |
|
MD5 | 790c1ce3753456d32f981a4be774742b |
|
BLAKE2b-256 | 65614aeb14ff437a4c95c95f98b0ceef32100eed4817f9b23612bf927a2277cd |
File details
Details for the file jsonbase-10.0.10-py3-none-any.whl
.
File metadata
- Download URL: jsonbase-10.0.10-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 542c034f91e5a14569bf088b2bd93fbb58d15b29e6c30c8b0f3b97212273a265 |
|
MD5 | 6006b859d36407d4268f480b21c9906a |
|
BLAKE2b-256 | 05431e001c7c77ca2eaf2801e4aba561d55cef2cf0a4d1ee7a0123469471ab29 |