{"id":17570634,"url":"https://github.com/quarylabs/sqruff","last_synced_at":"2026-04-01T17:56:50.097Z","repository":{"id":147538995,"uuid":"601303277","full_name":"quarylabs/sqruff","owner":"quarylabs","description":"Fast SQL formatter/linter","archived":false,"fork":false,"pushed_at":"2026-03-26T19:21:23.000Z","size":13101,"stargazers_count":1257,"open_issues_count":85,"forks_count":55,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-03-27T07:46:59.613Z","etag":null,"topics":["ansi","bigquery","clickhouse","linter","rust","snowflake","sql"],"latest_commit_sha":null,"homepage":"https://playground.quary.dev/docs","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quarylabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-13T19:36:25.000Z","updated_at":"2026-03-27T04:03:49.000Z","dependencies_parsed_at":"2026-02-17T13:01:45.908Z","dependency_job_id":null,"html_url":"https://github.com/quarylabs/sqruff","commit_stats":null,"previous_names":["quarylabs/sql-forge","quarylabs/sqruff"],"tags_count":166,"template":false,"template_full_name":null,"purl":"pkg:github/quarylabs/sqruff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarylabs%2Fsqruff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarylabs%2Fsqruff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarylabs%2Fsqruff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarylabs%2Fsqruff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quarylabs","download_url":"https://codeload.github.com/quarylabs/sqruff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quarylabs%2Fsqruff/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ansi","bigquery","clickhouse","linter","rust","snowflake","sql"],"created_at":"2024-10-21T18:01:15.816Z","updated_at":"2026-04-01T17:56:50.063Z","avatar_url":"https://github.com/quarylabs.png","language":"Rust","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://quary.dev\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://utfs.io/f/30765a8e-3dd9-4dc3-b905-11de822e71e4-yajpew.png\"\u003e\n      \u003cimg src=\"https://utfs.io/f/30765a8e-3dd9-4dc3-b905-11de822e71e4-yajpew.png\" height=\"128\"\u003e\n    \u003c/picture\u003e\n    \u003ch1 align=\"center\"\u003esqruff\u003c/h1\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca aria-label=\"Quary logo\" href=\"https://quary.dev/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/MADE%20BY%20Quary-000000.svg?style=for-the-badge\u0026logo=Quary\u0026labelColor=000\"\u003e\n  \u003c/a\u003e\n  \u003ca aria-label=\"CodSpeed\" href=\"https://codspeed.io/quarylabs/sqruff?utm_source=badge\"\u003e\n    \u003cimg src=\"https://img.shields.io/endpoint?url=https://codspeed.io/badge.json?utm_source=badge\" alt=\"CodSpeed Badge\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n`sqruff` is a SQL linter and formatter written in Rust.\n\n- Linting: advanced, configurable SQL linting\n- Formatting: automated, configurable formatting\n- Speed: fast and efficient\n- Portability: easy to integrate into dev workflows\n\nTry it in the browser: https://playground.quary.dev\n\n## Quickstart\n\n### Install (macOS)\n\n```bash\nbrew install sqruff\n```\n\nFor other platforms (pip, cargo, binary downloads), see the [installation guide](https://playground.quary.dev/docs/getting-started/installation/).\n\n### Lint a project\n\n```bash\nsqruff lint . --dialect postgres\n```\n\n### Configure a project\n\nCreate a `.sqruff` file in your project root:\n\n```ini\n[sqruff]\ndialect = postgres\n```\n\nThen run without the `--dialect` flag:\n\n```bash\nsqruff lint .\n```\n\n## Documentation\n\nFull documentation: [playground.quary.dev/docs](https://playground.quary.dev/docs/)\n\nKey entry points:\n\n- [Installation](https://playground.quary.dev/docs/getting-started/installation/)\n- [Usage](https://playground.quary.dev/docs/usage/lint/)\n- [Configuration](https://playground.quary.dev/docs/usage/configuration/)\n- [Rules](https://playground.quary.dev/docs/reference/rules/)\n- [CLI reference](https://playground.quary.dev/docs/reference/cli/)\n","funding_links":[],"categories":["Rust","\u003ca name=\"tools\"\u003e\u003c/a\u003eTools","Tools","Language bindings"],"sub_categories":["Rust"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarylabs%2Fsqruff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquarylabs%2Fsqruff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquarylabs%2Fsqruff/lists"}