{"id":17159890,"url":"https://github.com/nxht/cache-manager-bun-sqlite","last_synced_at":"2026-05-08T14:44:49.439Z","repository":{"id":236317632,"uuid":"792362370","full_name":"nxht/cache-manager-bun-sqlite","owner":"nxht","description":"Node Cache Manager store for Bun SQLite","archived":false,"fork":false,"pushed_at":"2024-08-26T13:19:17.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T21:46:41.094Z","etag":null,"topics":["bun","cache-manager","sqlite"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/cache-manager-bun-sqlite","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/nxht.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":"2024-04-26T14:11:01.000Z","updated_at":"2024-08-26T13:19:21.000Z","dependencies_parsed_at":"2024-04-26T15:41:40.045Z","dependency_job_id":"e6fcf9a8-4027-4eca-afc8-5288000b3316","html_url":"https://github.com/nxht/cache-manager-bun-sqlite","commit_stats":null,"previous_names":["nxht/cache-manager-bun-sqlite"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxht%2Fcache-manager-bun-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxht%2Fcache-manager-bun-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxht%2Fcache-manager-bun-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nxht%2Fcache-manager-bun-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nxht","download_url":"https://codeload.github.com/nxht/cache-manager-bun-sqlite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240086571,"owners_count":19745836,"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":["bun","cache-manager","sqlite"],"created_at":"2024-10-14T22:15:27.219Z","updated_at":"2026-05-08T14:44:44.417Z","avatar_url":"https://github.com/nxht.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Cache Manager store for Bun SQLite\n\n[bun:sqlite](https://bun.sh/docs/api/sqlite) store for the [node-cache-manager](https://github.com/BryanDonovan/node-cache-manager)\n\n\n## Installation \n\n```sh\nbun install cache-manager-bun-sqlite\n```\n\n## Usage Examples\n\n```typescript\nimport { caching } from 'cache-manager';\nimport { BunSqliteStore } from 'cache-manager-bun-sqlite';\n\nconst cache = caching(\n  BunSqliteStore({\n    name: 'test',\n    path: ':memory:',\n    ttl: 10, // in ms,\n    purgeInterval: 5 * 60 * 1000, // in ms\n  }),\n);\n\nawait cache.set('foo', 'bar');\nconsole.log(await cache.get('foo')); // 'bar'\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnxht%2Fcache-manager-bun-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnxht%2Fcache-manager-bun-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnxht%2Fcache-manager-bun-sqlite/lists"}