{"id":13806971,"url":"https://github.com/ember-sapporo/ember-store-helpers","last_synced_at":"2025-06-27T04:33:32.579Z","repository":{"id":31603980,"uuid":"128390968","full_name":"ember-sapporo/ember-store-helpers","owner":"ember-sapporo","description":"This add-on provides helpers related to ember-data.","archived":false,"fork":false,"pushed_at":"2022-12-10T20:33:39.000Z","size":1966,"stargazers_count":5,"open_issues_count":18,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-05T02:18:51.960Z","etag":null,"topics":["ember","ember-addon","ember-data"],"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/ember-sapporo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-06T12:19:09.000Z","updated_at":"2020-09-09T06:11:42.000Z","dependencies_parsed_at":"2023-01-14T19:30:44.342Z","dependency_job_id":null,"html_url":"https://github.com/ember-sapporo/ember-store-helpers","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ember-sapporo/ember-store-helpers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-sapporo%2Fember-store-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-sapporo%2Fember-store-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-sapporo%2Fember-store-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-sapporo%2Fember-store-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ember-sapporo","download_url":"https://codeload.github.com/ember-sapporo/ember-store-helpers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ember-sapporo%2Fember-store-helpers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262188397,"owners_count":23272341,"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":["ember","ember-addon","ember-data"],"created_at":"2024-08-04T01:01:18.801Z","updated_at":"2025-06-27T04:33:32.473Z","avatar_url":"https://github.com/ember-sapporo.png","language":"JavaScript","funding_links":[],"categories":["Packages"],"sub_categories":["Helpers"],"readme":"ember-store-helpers\n==============================================================================\n\nThis add-on provides helpers related to ember-data.\n\n\nCompatibility\n------------------------------------------------------------------------------\n\n* Ember.js v3.4 or above\n* Ember CLI v2.13 or above\n* Node.js v8 or above\n\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-store-helpers\n```\n\n\nUsage\n------------------------------------------------------------------------------\n\n``` hbs\n{{get (store/find-record 'user' 42) 'name'}}\n\n{{#each (store/find-all 'user') as |user|}}\n  {{user.name}}\n{{/each}}\n\n{{#each (store/query-all 'user' (hash name='John')) as |john|}}\n  John at age {{user.age}}\n{{/each}}\n\n{{#let (store/query-record 'setting' (hash key='uniqueKey')) as |setting|}}\n  {{setting.name}}: {{setting.value}}\n{{/let}}\n```\n\n\nContributing\n------------------------------------------------------------------------------\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-sapporo%2Fember-store-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fember-sapporo%2Fember-store-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fember-sapporo%2Fember-store-helpers/lists"}