Metadata-Version: 2.1
Name: dbjsonpy
Version: 1.0.1
Summary: crud operation with database using json.
Home-page: https://github.com/jakbin/dbjson
Author: Jak Bin
Author-email: jakbin4747@gmail.com
License: MIT License
Keywords: dbjson,database,json
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# DBjson

crud operation with database using json.

 [![PyPI version](https://badge.fury.io/py/dbjsonpy.svg)](https://pypi.org/project/dbjsonpy/)
 [![Downloads](https://pepy.tech/badge/dbjsonpy/month)](https://pepy.tech/project/dbjsonpy)
 [![Downloads](https://static.pepy.tech/personalized-badge/dbjsonpy?period=total&units=international_system&left_color=green&right_color=blue&left_text=Total%20Downloads)](https://pepy.tech/project/dbjsonpy)

## Features 

 * create data.
 * read data.
 * delete data
 * update data

## Install 
```python
pip install dbjsonpy
```
### Example

see example [here](examples/test.py)

## Todo

 - [x] update data
 - [ ] add many data
 - [ ] search data
 - [ ] paginate data


