{"id":26650001,"url":"https://github.com/redraskal/bun-kv","last_synced_at":"2026-04-09T23:42:44.177Z","repository":{"id":181895947,"uuid":"667619764","full_name":"redraskal/bun-kv","owner":"redraskal","description":"A simple KV store using Bun's SQLite module.","archived":false,"fork":false,"pushed_at":"2023-07-18T00:51:45.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-18T01:45:41.123Z","etag":null,"topics":["bun","kv","sqlite","typescript"],"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/redraskal.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}},"created_at":"2023-07-17T23:53:27.000Z","updated_at":"2023-07-18T01:45:43.240Z","dependencies_parsed_at":"2023-07-18T01:55:52.043Z","dependency_job_id":null,"html_url":"https://github.com/redraskal/bun-kv","commit_stats":null,"previous_names":["redraskal/bun-kv"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraskal%2Fbun-kv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraskal%2Fbun-kv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraskal%2Fbun-kv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraskal%2Fbun-kv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redraskal","download_url":"https://codeload.github.com/redraskal/bun-kv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245383042,"owners_count":20606265,"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","kv","sqlite","typescript"],"created_at":"2025-03-25T01:50:51.582Z","updated_at":"2026-04-09T23:42:39.153Z","avatar_url":"https://github.com/redraskal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bun-kv\n\nA simple KV store using Bun's [SQLite](https://bun.sh/docs/api/sqlite) module.\n\n```bash\nbun i redraskal/bun-kv#main\n```\n\n```ts\nimport KV from \"bun-kv\";\n\nconst database = new Database(\"bun.sqlite\");\nconst KV = new KV(database);\n\nKV.set(\"banana\", \"bread\");\nconsole.log(KV.get(\"banana\")); // \"bread\"\n\nKV.remove(\"banana\");\n```\n\nThis project was created using `bun init` in bun v0.6.15. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredraskal%2Fbun-kv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredraskal%2Fbun-kv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredraskal%2Fbun-kv/lists"}