{"id":17383884,"url":"https://github.com/mcandre/prql","last_synced_at":"2026-02-20T19:33:41.074Z","repository":{"id":66387106,"uuid":"216128363","full_name":"mcandre/prql","owner":"mcandre","description":" prql (\"Prequel\"): a command line MySQL syntax checker","archived":false,"fork":false,"pushed_at":"2020-02-20T16:52:15.000Z","size":10,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-27T10:44:02.036Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcandre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2019-10-19T00:40:19.000Z","updated_at":"2023-08-31T08:22:12.000Z","dependencies_parsed_at":"2023-03-19T13:10:26.104Z","dependency_job_id":null,"html_url":"https://github.com/mcandre/prql","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mcandre/prql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fprql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fprql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fprql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fprql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcandre","download_url":"https://codeload.github.com/mcandre/prql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fprql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29661615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T16:33:43.953Z","status":"ssl_error","status_checked_at":"2026-02-20T16:33:43.598Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-16T07:44:04.490Z","updated_at":"2026-02-20T19:33:41.056Z","avatar_url":"https://github.com/mcandre.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# prql (\"Prequel\"): a command line MySQL syntax checker\n\n# EXAMPLE\n\n```console\n$ prql examples\nexamples/apples.sql:2: syntax error at byte position 17 near 'SEL'\n```\n\nSee `prql -help` for more options.\n\n# DOWNLOAD\n\nhttps://github.com/mcandre/prql/releases\n\n# API DOCUMENTATION\n\nhttps://godoc.org/github.com/mcandre/prql\n\n# MAJOR FEATURES\n\n* Validates MySQL statements.\n* Scans multi-statement scripts.\n* Recurses along large folder trees.\n* No dependency on live MySQL servers or clients.\n* Ops-friendly exit code for CI, script chaining.\n\n# COMPLEX SCRIPT MATCHING\n\n```console\n$ find examples -type f -name '*.sql' -print0 |\n    while IFS= read -r -d '' f; do\n        prql \"$f\" || exit 1\n    done\nexamples/apples.sql:2: syntax error at byte position 17 near 'SEL'\n```\n\n# RUNTIME REQUIREMENTS\n\n* N/A\n\n# CONTRIBUTING\n\nSee [DEVELOPMENT.md](DEVELOPMENT.md).\n\n# LICENSE\n\nFreeBSD\n\n# CREDITS\n\n* [xwb1989/sqlparser](https://github.com/xwb1989/sqlparser) does the heavy lifting.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fprql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcandre%2Fprql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fprql/lists"}