{"id":19865126,"url":"https://github.com/angelhtml/angeldb","last_synced_at":"2025-12-30T22:55:13.929Z","repository":{"id":65186945,"uuid":"586350872","full_name":"angelhtml/angeldb","owner":"angelhtml","description":"Angel DB is a fast json database that allows you to insert data, delete and edit ⚡🚀","archived":false,"fork":false,"pushed_at":"2024-02-18T19:38:43.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T15:39:20.518Z","etag":null,"topics":["angel-db","angelcodestyle","database","fastdata","javascript","json","json-database","jsondb","localstorage","nodejs","nodejs-database","nosql","nosql-database","storage"],"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/angelhtml.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-01-07T20:27:13.000Z","updated_at":"2023-07-18T09:20:50.000Z","dependencies_parsed_at":"2023-02-19T11:50:15.002Z","dependency_job_id":"8976b923-13a3-4c1e-88cf-36ab0e56457e","html_url":"https://github.com/angelhtml/angeldb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelhtml%2Fangeldb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelhtml%2Fangeldb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelhtml%2Fangeldb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angelhtml%2Fangeldb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angelhtml","download_url":"https://codeload.github.com/angelhtml/angeldb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241274315,"owners_count":19937162,"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":["angel-db","angelcodestyle","database","fastdata","javascript","json","json-database","jsondb","localstorage","nodejs","nodejs-database","nosql","nosql-database","storage"],"created_at":"2024-11-12T15:21:16.792Z","updated_at":"2025-12-30T22:55:13.880Z","avatar_url":"https://github.com/angelhtml.png","language":"JavaScript","readme":"\u003ch1\u003eAngel DB \u003c/h1\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://iili.io/XSA0gt.md.png\" width='290px' alt=\"Angel code style\"/\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://dcbadge.vercel.app/api/shield/509271102653202433\" alt=\"img\"/\u003e \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Node.js-43853D?style=for-the-badge\u0026logo=node.js\u0026logoColor=white\" alt=\"img\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Version-1.0.2-ff0000\" alt=\"img\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/code_style-Angel-ff0000.svg\" alt=\"angel code style\"/\u003e\n\u003c/p\u003e\u003chr /\u003e\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\nAngel DB is a fast json database that allows you to insert data, delete and edit\n\n\u003cbr\u003e\n\n### **Getting started**\n\n```bash\nnpm i angeldb\n```\n\nAfter the installation you can create a json file and start immediately.\n\n\u003cbr\u003e\n\n### **Usage**\n\n\n\nimport AngelDB to your project\n\n```javascript\nconst angel = require('angeldb');\n```\n\nadd your json file\n\n```javascript\nconst angel = require('angeldb');\n\nconst angels = angel(\"./angels.json\");\n```\n\n\u003cbr\u003e\n\nadd an object to the json file\n\n```javascript\nawait angels.set({ id: 0, username: \"StarBoy\", email: \"StarBoy@test.com\" });\n```\n\n\u003cbr\u003e\n\nfind your objects in the json file\n\n```javascript\nconst data = await angels.find(x =\u003e x.username === \"StarBoy\");\n```\n\n\u003cbr\u003e\n\nupdate objects in the json file\n\n```javascript\nawait angels.update(x =\u003e x.username === \"StarBoy\", { city: \"london\" });\n```\n\u003cbr\u003e\n\nremove objects in the json file\n\n```javascript\nawait angels.remove(x =\u003e x.city === \"london\");\n```\n\n\u003cbr\u003e\n\nDelete all objects in the json file\n\n```javascript\nawait angels.xo();\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelhtml%2Fangeldb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangelhtml%2Fangeldb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangelhtml%2Fangeldb/lists"}