{"id":16623012,"url":"https://github.com/seldszar/catbox-hyperdb","last_synced_at":"2026-04-18T16:34:27.963Z","repository":{"id":87129291,"uuid":"131443532","full_name":"Seldszar/catbox-hyperdb","owner":"Seldszar","description":"Another HyperDB adapter for Catbox.","archived":false,"fork":false,"pushed_at":"2018-06-28T16:52:41.000Z","size":160,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-11T09:53:29.965Z","etag":null,"topics":["adapter","catbox","hyperdb","nodejs"],"latest_commit_sha":null,"homepage":null,"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/Seldszar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2018-04-28T20:55:38.000Z","updated_at":"2018-06-28T16:52:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf2694fe-cc06-4e9e-9719-115f4fac4281","html_url":"https://github.com/Seldszar/catbox-hyperdb","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"7b2c922de51032dcd70dce843c1ad5e20719f08b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Seldszar/catbox-hyperdb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldszar%2Fcatbox-hyperdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldszar%2Fcatbox-hyperdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldszar%2Fcatbox-hyperdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldszar%2Fcatbox-hyperdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seldszar","download_url":"https://codeload.github.com/Seldszar/catbox-hyperdb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seldszar%2Fcatbox-hyperdb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: 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":["adapter","catbox","hyperdb","nodejs"],"created_at":"2024-10-12T03:04:26.869Z","updated_at":"2026-04-18T16:34:27.933Z","avatar_url":"https://github.com/Seldszar.png","language":"JavaScript","readme":"# catbox-hyperdb\n\nAnother HyperDB adapter for Catbox.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Author](#author)\n- [License](#license)\n\n## Installation\n\n```bash\nnpm install seldszar/catbox-hyperdb hyperdb --save\n```\n\n## Usage\n\n```javascript\nconst catbox = require('catbox');\n\nconst cache = new catbox.Client(require('catbox-hyperdb'), {\n  path: '/path/to/database',\n});\n\ncache.start(() =\u003e {\n  // ...\n});\n```\n\n```javascript\nconst catbox = require('catbox');\nconst hyperdb = require('hyperdb');\n\nconst cache = new catbox.Client(require('catbox-hyperdb'), {\n  client: hyperdb('/path/to/database', {\n    valueEncoding: 'json',\n  }),\n});\n\ncache.start(() =\u003e {\n  // ...\n});\n```\n\n## Author\n\nAlexandre Breteau - [@0xSeldszar](https://twitter.com/0xSeldszar)\n\n## License\n\nMIT © [Alexandre Breteau](https://seldszar.fr)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseldszar%2Fcatbox-hyperdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseldszar%2Fcatbox-hyperdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseldszar%2Fcatbox-hyperdb/lists"}