{"id":22004407,"url":"https://github.com/coolstone-tech/dubnium","last_synced_at":"2026-01-23T13:48:14.314Z","repository":{"id":49521509,"uuid":"514702020","full_name":"coolstone-tech/dubnium","owner":"coolstone-tech","description":"A powerful local database","archived":false,"fork":false,"pushed_at":"2024-02-03T19:59:44.000Z","size":126,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T05:27:58.877Z","etag":null,"topics":["browser","database","javascript","nodejs","npm-package"],"latest_commit_sha":null,"homepage":"https://db.coolstone.dev","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/coolstone-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null},"funding":{"patreon":"coolstone"}},"created_at":"2022-07-16T23:02:15.000Z","updated_at":"2022-08-21T23:26:53.000Z","dependencies_parsed_at":"2022-07-30T08:18:08.709Z","dependency_job_id":null,"html_url":"https://github.com/coolstone-tech/dubnium","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/coolstone-tech/dubnium","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolstone-tech%2Fdubnium","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolstone-tech%2Fdubnium/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolstone-tech%2Fdubnium/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolstone-tech%2Fdubnium/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coolstone-tech","download_url":"https://codeload.github.com/coolstone-tech/dubnium/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coolstone-tech%2Fdubnium/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28693331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T11:01:27.039Z","status":"ssl_error","status_checked_at":"2026-01-23T11:00:26.909Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["browser","database","javascript","nodejs","npm-package"],"created_at":"2024-11-30T00:15:52.381Z","updated_at":"2026-01-23T13:48:14.292Z","avatar_url":"https://github.com/coolstone-tech.png","language":"JavaScript","funding_links":["https://patreon.com/coolstone","https://www.patreon.com/coolstone"],"categories":[],"sub_categories":[],"readme":"# Dubnium\n### A powerful local database\n\n## Installation\n[`npm i dubnium`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)\n\n## API\n\n### Initialize\nCommonJS\n```js\nconst Dubnium = require('dubnium')\nconst db = new Dubnium('dir','file extension')\n```\n\nECMAScript\n```js\nimport Dubnium from 'dubnium'\nconst db = new Dubnium('dir','file extension')\n```\n\n### Create Record\n\n```js \ndb.create('tag',data)\n```\n\n### Delete Record\n\n```js\ndb.get('tag').delete()\n```\n\n### Modify\n\n```js\n// Modify Record's data:\ndb.get('tag').edit(data)\n\n// Modify Record's tag:\ndb.get('old_tag').setTag('new_tag')\n```\n\n### More API methods can be found on our [docs](https://db.coolstone.dev)\n\n## Why use Dubnium?\nRead about it [here](https://db.coolstone.dev/key-features)\n\n## Requirements\n- Node.js v14.0.0 or higher. Latest version is recommended.\n\n## Other info\nGet more in-depth help from our [docs](https://db.coolstone.dev/), [Discord](https://discord.gg/nzTmfZ8), or ask a question on [GitHub](https://github.com/coolstone-tech/dubnium/discussions)\n\nReport feedback \u0026 bugs [here](https://github.com/coolstone-tech/dubnium/issues)\n\nLike our work? [Support us on Patreon](https://www.patreon.com/coolstone)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolstone-tech%2Fdubnium","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoolstone-tech%2Fdubnium","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoolstone-tech%2Fdubnium/lists"}