{"id":18314250,"url":"https://github.com/agrublev/local-storage-database","last_synced_at":"2026-04-27T20:32:20.043Z","repository":{"id":142047559,"uuid":"461957316","full_name":"agrublev/local-storage-database","owner":"agrublev","description":"Localstorage database","archived":false,"fork":false,"pushed_at":"2022-06-06T14:48:29.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-27T07:51:01.385Z","etag":null,"topics":["database","javascript","localstorage"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/agrublev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-21T17:06:58.000Z","updated_at":"2022-12-06T23:45:07.000Z","dependencies_parsed_at":"2023-07-20T10:31:01.214Z","dependency_job_id":null,"html_url":"https://github.com/agrublev/local-storage-database","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/agrublev/local-storage-database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Flocal-storage-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Flocal-storage-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Flocal-storage-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Flocal-storage-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agrublev","download_url":"https://codeload.github.com/agrublev/local-storage-database/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agrublev%2Flocal-storage-database/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32354567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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","javascript","localstorage"],"created_at":"2024-11-05T16:31:09.875Z","updated_at":"2026-04-27T20:32:20.029Z","avatar_url":"https://github.com/agrublev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/js-data/js-data/master/js-data.png\" alt=\"js-data logo\" title=\"js-data\" align=\"right\" width=\"96\" height=\"96\" /\u003e\n\n# [![NPM][1]][2]\n\n[1]: https://img.shields.io/npm/v/local-storage-database.svg?style=flat\n[2]: https://www.npmjs.org/package/local-storage-database\n\n__Local Storage Database consistency with objects.__\n\nSimple class to store data and manage it easily.\n\n### Just getting started?\n\nCheckout example on codesandbox:\n\n[![Edit local-storage-database](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/divine-haze-ikvh9t?fontsize=14\u0026hidenavigation=1\u0026theme=dark)\n\nImport module:\n```javascript\nimport Collection from \"../release/localDatabase\";\n```\n\nCreate the instance (or many):\n```javascript\nlet myCollection = new Collection(\"test\");\n```\n\nInteract with it:\n```javascript\nlet myCollection = new Collection(\"test\");\n// set some data\nmyCollection.set({ test: 2323, gra: 23 });\n// update it with new data\nmyCollection.set({ awesome: 2323 });\n// get entire json db\nconsole.log(myCollection.get());\n// or single key\nconsole.log(myCollection.get(\"test\"));\n// remove single key\nconsole.log(myCollection.remove(\"gra\"));\n// remove entire db\nconsole.log(myCollection.remove());\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrublev%2Flocal-storage-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagrublev%2Flocal-storage-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagrublev%2Flocal-storage-database/lists"}