{"id":19511633,"url":"https://github.com/youhengzhou/json-crud-engine","last_synced_at":"2025-10-07T21:04:16.835Z","repository":{"id":62572849,"uuid":"376662031","full_name":"youhengzhou/json-crud-engine","owner":"youhengzhou","description":"Custom JSON database crud engine written using python used for community projects","archived":false,"fork":false,"pushed_at":"2022-08-28T23:13:31.000Z","size":79,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-08T05:01:56.118Z","etag":null,"topics":["database","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/youhengzhou.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-06-13T23:51:23.000Z","updated_at":"2023-02-24T15:40:48.000Z","dependencies_parsed_at":"2022-11-03T17:15:37.841Z","dependency_job_id":null,"html_url":"https://github.com/youhengzhou/json-crud-engine","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/youhengzhou/json-crud-engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youhengzhou%2Fjson-crud-engine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youhengzhou%2Fjson-crud-engine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youhengzhou%2Fjson-crud-engine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youhengzhou%2Fjson-crud-engine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youhengzhou","download_url":"https://codeload.github.com/youhengzhou/json-crud-engine/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youhengzhou%2Fjson-crud-engine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278846483,"owners_count":26056117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","python"],"created_at":"2024-11-10T23:22:02.607Z","updated_at":"2025-10-07T21:04:16.821Z","avatar_url":"https://github.com/youhengzhou.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Engine\r\n\r\nplease refer to https://pypi.org/project/jsonengine/ for the python package\r\n\r\nand please refer to https://github.com/youhengzhou/json-crud-engine for the repo\r\n\r\n# Download Package\r\n\r\n`py -m pip install jsonengine -U`\r\n\r\n## In Your Python Files\r\n\r\n`import jsonengine`\r\n\r\n# Commands\r\n\r\n## Create command:\r\n\r\n`eng.create(dictionary, path)`\r\nThis will create a JSON dictionary in the path\r\n\r\n## Retrieve command:\r\n\r\n`eng.retrieve(path)`\r\nThis will retrieve the JSON dictionary in the path\r\n\r\n## Update command:\r\n\r\n`eng.update(dictionary, path)`\r\nThis will update a JSON dictionary in the path\r\n\r\nUpdate in this case means replacing the dictionary in its entirety with a new one\r\n\r\n## Update (with key value) command:\r\n\r\n`eng.update_kv(key, value, path)`\r\nThis will update a key value pair in the JSON dictionary in the path\r\n\r\nUpdate in this case means replacing the dictionary with the key value pair\r\n\r\n## Patch command:\r\n\r\n`eng.patch(dictionary, path)`\r\nThis will patch a JSON dictionary in the path\r\n\r\nPatch in this case means keeping the JSON dictionary in the path and appending to the dictionary\r\n\r\n## Patch (with key value) command:\r\n\r\n`eng.patch_kv(dictionary, path)`\r\nThis will patch a key value pair in the JSON dictionary in the path\r\n\r\nPatch in this case means keeping the dictionary and appending the new key value pair\r\n\r\n## Delete command:\r\n\r\n`eng.delete(path)`\r\n\r\nThis will delete the JSON dictionary in the path\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyouhengzhou%2Fjson-crud-engine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyouhengzhou%2Fjson-crud-engine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyouhengzhou%2Fjson-crud-engine/lists"}