{"id":24735171,"url":"https://github.com/oppenjaimer/lbeldb.js","last_synced_at":"2026-04-09T16:05:08.086Z","repository":{"id":57289838,"uuid":"291694919","full_name":"Oppenjaimer/LbelDB.js","owner":"Oppenjaimer","description":"A text-based no-corruption database for Node.js. Easy to use. Made for beginners.","archived":false,"fork":false,"pushed_at":"2021-03-02T20:03:34.000Z","size":23,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-07T11:41:19.965Z","etag":null,"topics":["database","npm"],"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/Oppenjaimer.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}},"created_at":"2020-08-31T11:20:00.000Z","updated_at":"2022-06-05T13:30:30.000Z","dependencies_parsed_at":"2022-09-20T11:37:26.335Z","dependency_job_id":null,"html_url":"https://github.com/Oppenjaimer/LbelDB.js","commit_stats":null,"previous_names":["oppenjaimer/lbeldb.js","jaimermxd/lbeldb.js"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Oppenjaimer/LbelDB.js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oppenjaimer%2FLbelDB.js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oppenjaimer%2FLbelDB.js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oppenjaimer%2FLbelDB.js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oppenjaimer%2FLbelDB.js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oppenjaimer","download_url":"https://codeload.github.com/Oppenjaimer/LbelDB.js/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oppenjaimer%2FLbelDB.js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267843004,"owners_count":24153134,"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-07-30T02:00:09.044Z","response_time":70,"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","npm"],"created_at":"2025-01-27T20:22:05.700Z","updated_at":"2026-04-09T16:05:08.059Z","avatar_url":"https://github.com/Oppenjaimer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LbelDB.js\n\n[![License: Unlicense](https://img.shields.io/badge/license-Unlicense-green.svg)](http://unlicense.org/)\n\n[![NPM](https://nodei.co/npm/lbeldb.png)](https://nodei.co/npm/lbeldb/)\n\nA text-based no-corruption database for Node.js. Easy to use. Made for beginners.\n\n## Installation\n\n```sh\n$ npm install lbeldb\n```\n\n## Usage\n\n```js\nconst ldb = require(\"lbeldb\");\n\nldb.init();\nldb.create([\"name\", \"email\", \"employed\"]);\n\nldb.addR([\"Jaime\", \"jairegra@gmail.com\", false]);\nldb.addR([\"Rithul\", \"untenseunjury@gmail.com\", false]);\n\nldb.store();\n\nldb.retrieve();\n\nldb.view();\n```\n\n## Documentation\n\nCheck out the [repository's wiki](https://github.com/JaimermXD/LbelDB.js/wiki) for a detailed documentation of the package.\n\n## Contributing\n\nPull requests are welcome. For major changes, open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests appropriately.\n\n## License\n\nReleased under the [Unlicense](https://choosealicense.com/licenses/unlicense/) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foppenjaimer%2Flbeldb.js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foppenjaimer%2Flbeldb.js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foppenjaimer%2Flbeldb.js/lists"}