{"id":22344146,"url":"https://github.com/premium-minds/sonar-postgres-plugin","last_synced_at":"2025-10-14T18:31:51.572Z","repository":{"id":71523495,"uuid":"600006453","full_name":"premium-minds/sonar-postgres-plugin","owner":"premium-minds","description":"Sonar plugin to analyze issues with Postgresql SQL scripts","archived":false,"fork":false,"pushed_at":"2025-05-15T14:34:06.000Z","size":35251,"stargazers_count":2,"open_issues_count":5,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-10-01T18:41:20.418Z","etag":null,"topics":["postgresql","sonarqube"],"latest_commit_sha":null,"homepage":"","language":"Java","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/premium-minds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2023-02-10T11:22:21.000Z","updated_at":"2025-05-15T14:35:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d2769bf-bbbe-4c3e-8e37-4b349d63ee5c","html_url":"https://github.com/premium-minds/sonar-postgres-plugin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/premium-minds/sonar-postgres-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premium-minds%2Fsonar-postgres-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premium-minds%2Fsonar-postgres-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premium-minds%2Fsonar-postgres-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premium-minds%2Fsonar-postgres-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/premium-minds","download_url":"https://codeload.github.com/premium-minds/sonar-postgres-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/premium-minds%2Fsonar-postgres-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020355,"owners_count":26086866,"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-10-14T02:00:06.444Z","response_time":60,"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":["postgresql","sonarqube"],"created_at":"2024-12-04T09:08:35.091Z","updated_at":"2025-10-14T18:31:51.567Z","avatar_url":"https://github.com/premium-minds.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sonar-postgres-plugin\n\nSonar plugin to analyze Postgres SQL scripts\n\n## Screenshot\n\n![issue example](screenshot.png).\n\n## Build\n\nCheck [BUILDING.md](BUILDING.md)\n\n## Rules\n\n * [adding-field-with-default](src/main/resources/com/premiumminds/sonar/postgres/adding-field-with-default.md)\n * [adding-foreign-key-constraint](src/main/resources/com/premiumminds/sonar/postgres/adding-foreign-key-constraint.md)\n * [adding-serial-primary-key-field](src/main/resources/com/premiumminds/sonar/postgres/adding-serial-primary-key-field.md)\n * [ban-char-field](src/main/resources/com/premiumminds/sonar/postgres/ban-char-field.md)\n * [ban-drop-database](src/main/resources/com/premiumminds/sonar/postgres/ban-drop-database.md)\n * [ban-alter-domain-with-add-constraint](src/main/resources/com/premiumminds/sonar/postgres/ban-alter-domain-with-add-constraint.md)\n * [ban-create-domain-with-constraint](src/main/resources/com/premiumminds/sonar/postgres/ban-create-domain-with-constraint.md)\n * [ban-truncate-cascade](src/main/resources/com/premiumminds/sonar/postgres/ban-truncate-cascade.md)\n * [changing-column-type](src/main/resources/com/premiumminds/sonar/postgres/changing-column-type.md)\n * [cluster](src/main/resources/com/premiumminds/sonar/postgres/cluster.md)\n * [concurrently](src/main/resources/com/premiumminds/sonar/postgres/concurrently.md)\n * [constraint-missing-not-valid](src/main/resources/com/premiumminds/sonar/postgres/constraint-missing-not-valid.md)\n * [disallowed-do](src/main/resources/com/premiumminds/sonar/postgres/disallowed-do.md)\n * [disallowed-unique-constraint](src/main/resources/com/premiumminds/sonar/postgres/disallowed-unique-constraint.md)\n * [drop-constraint-drops-index](src/main/resources/com/premiumminds/sonar/postgres/drop-constraint-drops-index.md)\n * [identifier-max-length](src/main/resources/com/premiumminds/sonar/postgres/identifier-max-length.md)\n * [one-migration-per-file](src/main/resources/com/premiumminds/sonar/postgres/one-migration-per-file.md)\n * [only-lower-case-names](src/main/resources/com/premiumminds/sonar/postgres/only-lower-case-names.md)\n * [only-schema-migrations](src/main/resources/com/premiumminds/sonar/postgres/only-schema-migrations.md)\n * [parse-error](src/main/resources/com/premiumminds/sonar/postgres/parse-error.md)\n * [prefer-identity-field](src/main/resources/com/premiumminds/sonar/postgres/prefer-identity-field.md)\n * [prefer-robust-stmts](src/main/resources/com/premiumminds/sonar/postgres/prefer-robust-stmts.md)\n * [prefer-text-field](src/main/resources/com/premiumminds/sonar/postgres/prefer-text-field.md)\n * [renaming-column](src/main/resources/com/premiumminds/sonar/postgres/renaming-column.md)\n * [renaming-table](src/main/resources/com/premiumminds/sonar/postgres/renaming-table.md)\n * [setting-not-nullable-field](src/main/resources/com/premiumminds/sonar/postgres/setting-not-nullable-field.md)\n * [vacuum-full](src/main/resources/com/premiumminds/sonar/postgres/vacuum-full.md)\n\n## Acknowledgements\n * [Squawk](https://squawkhq.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpremium-minds%2Fsonar-postgres-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpremium-minds%2Fsonar-postgres-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpremium-minds%2Fsonar-postgres-plugin/lists"}