{"id":19730374,"url":"https://github.com/lnardon/neadb","last_synced_at":"2026-04-09T22:32:39.535Z","repository":{"id":123870995,"uuid":"305039343","full_name":"lnardon/NEaDB","owner":"lnardon","description":"NEaDB is a package to simulate a small and easy to use database using node and json","archived":false,"fork":false,"pushed_at":"2023-06-24T21:23:04.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T17:49:53.693Z","etag":null,"topics":["database","json","module","npm","typescript","yarn"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/neadb","language":"TypeScript","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/lnardon.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":"2020-10-18T06:40:21.000Z","updated_at":"2023-06-24T21:23:08.000Z","dependencies_parsed_at":"2024-08-19T11:46:04.991Z","dependency_job_id":null,"html_url":"https://github.com/lnardon/NEaDB","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/lnardon%2FNEaDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnardon%2FNEaDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnardon%2FNEaDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lnardon%2FNEaDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lnardon","download_url":"https://codeload.github.com/lnardon/NEaDB/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241055902,"owners_count":19901677,"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","json","module","npm","typescript","yarn"],"created_at":"2024-11-12T00:16:06.735Z","updated_at":"2026-04-09T22:32:34.496Z","avatar_url":"https://github.com/lnardon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NEaDB\n\n[![NPM](https://img.shields.io/npm/v/neadb.svg)](https://www.npmjs.com/package/neadb) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\nNot Exactly a DataBase(NEaDB) is a package to simulate a small and easy-to-use database using node and json. This database module uses a key-value pair to store the values in a json file.\n\n## Installation\n\n```bash\nnpm install neadb\n```\n\n## Usage\n\n```js\nconst { neadb } = require(\"neadb\");\n\nconst db = neadb();\n```\n\n## Available functions\n\n```js\ndb.create(); // Creates database file\n\ndb.createKey(key); // Creates json key to store values\n\ndb.deleteKey(key); // Deletes json key with it's value\n\ndb.storeValue(key, value); // Stores value in a given key\n\ndb.deleteValue(key); // Deletes value in a given key\n\ndb.getValue(key); // Retrieves value from given key\n\ndb.getLastUpdated(); // Retrieves last update date from database file\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnardon%2Fneadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flnardon%2Fneadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flnardon%2Fneadb/lists"}