{"id":22468949,"url":"https://github.com/huijiewei/keyv-sqlite","last_synced_at":"2025-10-16T11:30:45.136Z","repository":{"id":262210781,"uuid":"886552098","full_name":"huijiewei/keyv-sqlite","owner":"huijiewei","description":"A new SQLite storage adapter for Keyv.","archived":false,"fork":false,"pushed_at":"2024-11-11T07:23:08.000Z","size":44,"stargazers_count":3,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T17:15:42.207Z","etag":null,"topics":["better-sqlite3","keyv","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/huijiewei.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":"2024-11-11T07:19:59.000Z","updated_at":"2025-03-23T08:00:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"70956a7b-e58f-43d9-8f99-fdcbd8f57035","html_url":"https://github.com/huijiewei/keyv-sqlite","commit_stats":null,"previous_names":["huijiewei/keyv-sqlite"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/huijiewei/keyv-sqlite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijiewei%2Fkeyv-sqlite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijiewei%2Fkeyv-sqlite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijiewei%2Fkeyv-sqlite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijiewei%2Fkeyv-sqlite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huijiewei","download_url":"https://codeload.github.com/huijiewei/keyv-sqlite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huijiewei%2Fkeyv-sqlite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279183644,"owners_count":26121439,"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-10-16T02:00:06.019Z","response_time":53,"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":["better-sqlite3","keyv","sqlite3"],"created_at":"2024-12-06T11:20:47.615Z","updated_at":"2025-10-16T11:30:45.129Z","avatar_url":"https://github.com/huijiewei.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQLite store for keyv\n\nA new SQLite cache store for [keyv](https://github.com/jaredwray/keyv).\n\n## Featuring:\n\n- using [better-sqlite3](https://github.com/WiseLibs/better-sqlite3)\n- 100% test coverage and production ready\n\n## Installation\n\n```\nnpm i @resolid/keyv-sqlite\n```\n\n## Requirements\n\n- SQLite 3 with [better-sqlite3](https://github.com/WiseLibs/better-sqlite3)\n- Node 18+\n\n## Usage\n\n```js\nimport { KeyvSqlite } from '@resolid/keyv-sqlite';\nimport Keyv from \"keyv\";\nimport { join } from 'node:path';\n\n// SQLite :memory: cache store\nconst keyv = new Keyv(new KeyvSqlite());\n\n// On disk cache on caches table\nconst keyv = new Keyv(new KeyvSqlite({uri: join(process.cwd(), 'cache.sqlite3')}));\n```\n\n## License\n\n[MIT](./LICENSE).\n\n## Thanks\n\nThanks to JetBrains for the [OSS development license](https://jb.gg/OpenSourceSupport).\n\n![JetBrain](.github/assets/jetbrain-logo.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuijiewei%2Fkeyv-sqlite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuijiewei%2Fkeyv-sqlite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuijiewei%2Fkeyv-sqlite/lists"}