{"id":20041909,"url":"https://github.com/czmatyaszero/json-syncdb","last_synced_at":"2025-03-02T07:15:25.184Z","repository":{"id":211475961,"uuid":"729258602","full_name":"CZmatyasZERO/JSON-SyncDB","owner":"CZmatyasZERO","description":"Simple database solution for very small projects","archived":false,"fork":false,"pushed_at":"2023-12-10T16:20:25.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-12T19:32:30.150Z","etag":null,"topics":["database","javascript","json","lightweight"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/CZmatyasZERO.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-08T18:34:27.000Z","updated_at":"2024-08-11T17:13:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"76f8fe63-439d-41df-a8e2-dd448295ea48","html_url":"https://github.com/CZmatyasZERO/JSON-SyncDB","commit_stats":null,"previous_names":["czmatyaszero/json-syncdb"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CZmatyasZERO%2FJSON-SyncDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CZmatyasZERO%2FJSON-SyncDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CZmatyasZERO%2FJSON-SyncDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CZmatyasZERO%2FJSON-SyncDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CZmatyasZERO","download_url":"https://codeload.github.com/CZmatyasZERO/JSON-SyncDB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241470401,"owners_count":19968041,"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","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","javascript","json","lightweight"],"created_at":"2024-11-13T10:48:14.430Z","updated_at":"2025-03-02T07:15:25.121Z","avatar_url":"https://github.com/CZmatyasZERO.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON-syncDB\n- simple solution for database for very small projects\n- works on base of recursive Proxy() watching Object for changes, then changes writes into file\n\n## Examples\n### Example of usage\n```javascript\nconst { JSONDB } = require(\"json-syncdb\")\nvar db = new JSONDB(\"./data.json\")\n\ndb.data.users = []\ndb.data.users.push({name: \"arnold\", age: 22})\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczmatyaszero%2Fjson-syncdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fczmatyaszero%2Fjson-syncdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczmatyaszero%2Fjson-syncdb/lists"}