{"id":21867855,"url":"https://github.com/jakbin/dbjson","last_synced_at":"2026-02-13T21:09:03.362Z","repository":{"id":56953809,"uuid":"471971060","full_name":"jakbin/dbjson","owner":"jakbin","description":"crud operation with database using json.","archived":false,"fork":false,"pushed_at":"2022-12-19T09:04:31.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T07:08:09.084Z","etag":null,"topics":["database","db","hacktoberfest","hacktoberfest2022","json","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakbin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-20T12:19:27.000Z","updated_at":"2023-07-14T19:24:13.000Z","dependencies_parsed_at":"2023-01-29T21:01:05.593Z","dependency_job_id":null,"html_url":"https://github.com/jakbin/dbjson","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jakbin/dbjson","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fdbjson","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fdbjson/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fdbjson/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fdbjson/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakbin","download_url":"https://codeload.github.com/jakbin/dbjson/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakbin%2Fdbjson/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29417716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","db","hacktoberfest","hacktoberfest2022","json","python"],"created_at":"2024-11-28T05:10:51.277Z","updated_at":"2026-02-13T21:09:03.338Z","avatar_url":"https://github.com/jakbin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DBjson\n\ncrud operation with database using json.\n\n [![PyPI version](https://badge.fury.io/py/dbjsonpy.svg)](https://pypi.org/project/dbjsonpy/)\n [![Downloads](https://pepy.tech/badge/dbjsonpy/month)](https://pepy.tech/project/dbjsonpy)\n [![Downloads](https://static.pepy.tech/personalized-badge/dbjsonpy?period=total\u0026units=international_system\u0026left_color=green\u0026right_color=blue\u0026left_text=Total%20Downloads)](https://pepy.tech/project/dbjsonpy)\n\n## Features \n\n * create data.\n * read data.\n * delete data\n * update data\n * search data\n\n## Install \n```python\npip install dbjsonpy\n```\n### Example\n\nminimal example\n```python\nfrom dbjson import DBjson\n\ndb = DBjson('sqlite:///test.db')\n\nclass User(db.Model):\n    name = db.Column(db.String)\n\n# insert data\nadd_data = {\"name\": \"Jak\",\"city\": \"india\"}\nprint(db.add(User, add_data))\n\n# read all data\nprint(db.get_all(User))\n```\n\nsee full example [here](examples/test.py)\n\n## Todo\n\n - [x] update data\n - [x] add multiple data\n - [x] search data\n - [ ] paginate data\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakbin%2Fdbjson","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakbin%2Fdbjson","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakbin%2Fdbjson/lists"}