Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anand2312/jsondb
Some functions to use a JSON file like it is a database.
https://github.com/anand2312/jsondb
json python3
Last synced: 9 days ago
JSON representation
Some functions to use a JSON file like it is a database.
- Host: GitHub
- URL: https://github.com/anand2312/jsondb
- Owner: anand2312
- License: gpl-3.0
- Created: 2020-11-15T14:44:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T05:52:50.000Z (almost 4 years ago)
- Last Synced: 2024-10-08T07:04:54.759Z (about 1 month ago)
- Topics: json, python3
- Language: Python
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### JSONdb - Using a JSON file like it is a database.
## Note
Don't use this in a production setting or any serious project, I made this just for fun.## Installation
`pip` install with
```pip install https://github.com/anand2312/jsondb/archive/v1.0.0.tar.gz```