{"id":19418950,"url":"https://github.com/playform/query","last_synced_at":"2026-03-02T12:04:16.661Z","repository":{"id":189009934,"uuid":"679196781","full_name":"PlayForm/Query","owner":"PlayForm","description":"Query 👉🏻","archived":false,"fork":false,"pushed_at":"2025-02-22T00:35:38.000Z","size":81,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"Current","last_synced_at":"2025-02-22T01:25:20.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://GitHub.Com/PlayForm/Query","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PlayForm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"custom":"https://Stripe.PlayForm.LTD/b/3csdQZfzn2LDaBOcMN","open_collective":"playform-cloud-collective"}},"created_at":"2023-08-16T10:00:25.000Z","updated_at":"2025-02-22T00:35:41.000Z","dependencies_parsed_at":"2024-02-27T16:27:57.390Z","dependency_job_id":"3795e447-2d6c-4a38-bfa7-eecaf4b26887","html_url":"https://github.com/PlayForm/Query","commit_stats":null,"previous_names":["lightrix/astroquery","playform/astroquery","playform/queryastro","playform/query"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayForm%2FQuery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayForm%2FQuery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayForm%2FQuery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayForm%2FQuery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlayForm","download_url":"https://codeload.github.com/PlayForm/Query/tar.gz/refs/heads/Current","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240599180,"owners_count":19826959,"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":[],"created_at":"2024-11-10T13:15:42.865Z","updated_at":"2026-03-02T12:04:16.654Z","avatar_url":"https://github.com/PlayForm.png","language":null,"readme":"# [Query] 👉🏻\n\nThis **[`Astro integration`][astro-integration]** allows you to use SQL queries\ninside your components using PRQL.\n\n## Installation 🚀\n\nThere are two ways to add integrations to your project. Let's try the most\nconvenient option first!\n\n### `astro add` command\n\nAstro includes a CLI tool for adding first party integrations: `astro add`. This\ncommand will:\n\n1. (Optionally) Install all necessary dependencies and peer dependencies\n2. (Also optionally) Update your `astro.config.*` file to apply this integration\n\nTo install `@playform/query`, run the following from your project directory and\nfollow the prompts:\n\nUsing NPM:\n\n```sh\nnpx astro add @playform/query\n```\n\nUsing Yarn:\n\n```sh\nyarn astro add @playform/query\n```\n\nUsing PNPM:\n\n```sh\npnpx astro add @playform/query\n```\n\n### Install dependencies manually\n\nFirst, install the `@playform/query` integration like so:\n\n```sh\nnpm install -D -E @playform/query\n```\n\nThen, apply this integration to your `astro.config.*` file using the\n`integrations` property:\n\n**`astro.config.ts`**\n\n```ts\nimport query from \"@playform/query\";\n\nexport default { integrations: [query()] };\n```\n\n## Getting started\n\n#### Set `Logger` to `0` if you do not want to see debug messages. Default is `2`.\n\n**`astro.config.ts`**\n\n```ts\nimport query from \"@playform/query\";\n\nexport default {\n\tintegrations: [\n\t\tquery({\n\t\t\tLogger: 0,\n\t\t}),\n\t],\n};\n```\n\n[Query]: https://NPMJS.Org/@playform/query\n[astro-integration]: https://docs.astro.build/en/guides/integrations-guide/\n\n## Changelog\n\nSee [`CHANGELOG.md`](CHANGELOG.md) for a history of changes to this integration.\n","funding_links":["https://Stripe.PlayForm.LTD/b/3csdQZfzn2LDaBOcMN","https://opencollective.com/playform-cloud-collective"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayform%2Fquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplayform%2Fquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayform%2Fquery/lists"}