{"id":20852887,"url":"https://github.com/okturtles/okturtles.data","last_synced_at":"2026-02-18T00:34:51.326Z","repository":{"id":57139336,"uuid":"455020361","full_name":"okTurtles/okTurtles.data","owner":"okTurtles","description":"A useful in-memory datastore for SBP","archived":false,"fork":false,"pushed_at":"2025-03-10T19:42:32.000Z","size":448,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-25T11:16:19.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/okTurtles.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2022-02-03T03:44:08.000Z","updated_at":"2025-03-10T19:35:15.000Z","dependencies_parsed_at":"2025-04-15T23:47:45.750Z","dependency_job_id":"00356089-fe3b-43f5-8634-53d68ff914f4","html_url":"https://github.com/okTurtles/okTurtles.data","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/okTurtles/okTurtles.data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okTurtles%2FokTurtles.data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okTurtles%2FokTurtles.data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okTurtles%2FokTurtles.data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okTurtles%2FokTurtles.data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/okTurtles","download_url":"https://codeload.github.com/okTurtles/okTurtles.data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/okTurtles%2FokTurtles.data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273854122,"owners_count":25180006,"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-09-06T02:00:13.247Z","response_time":2576,"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":[],"created_at":"2024-11-18T03:19:11.557Z","updated_at":"2026-02-18T00:34:51.319Z","avatar_url":"https://github.com/okTurtles.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `okTurtles.data`\n\nCreates an in-memory key-value datastore for [SBP](https://github.com/okTurtles/sbp-js).\n\nOffers basic set/get/delete actions, and a more interesting `/apply` selector that can be used where normally an instance from OOP would be used.\n\nSee [`index.test.ts`](src/index.test.ts) for usage examples.\n\nInstall:\n\n```\n$ npm install --save @sbp/okturtles.data\n```\n\nUsage:\n\n```js\nimport sbp from '@sbp/sbp'\nimport '@sbp/okturtles.data'\n\n// now you can use any of the okTurtles.data selectors\n// note: you only need to import '@sbp/okturtles.data' once!\n```\n\nRegisters the following selectors. Self-explanatory except for `/apply`:\n\n- `'okTurtles.data/get'`\n- `'okTurtles.data/set'`\n- `'okTurtles.data/delete'`\n- `'okTurtles.data/add'`\n- `'okTurtles.data/remove'`\n- `'okTurtles.data/apply'` - applies a function to the value of a given key.\n- `'okTurtles.data/iterKeys'`\n- `'okTurtles.data/keyCount'`\n\n## History\n\nSee [HISTORY.md](HISTORY.md).\n\n## License\n\n[MIT](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokturtles%2Fokturtles.data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fokturtles%2Fokturtles.data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fokturtles%2Fokturtles.data/lists"}