๐Ÿ™

GitHub Actions

PR comments, Check Runs, HTML report artifacts, and a breaking-change gate. Runs only when .sql files change.

.github/workflows/schema-diff.yml
View
๐ŸฆŠ

GitLab CI

Merge request pipeline with MR comments, downloadable artifacts, smart skip, and breaking-change fail.

.gitlab-ci.yml
View
๐Ÿ“ฆ

Bitbucket Pipelines

Pull-request checks with PR comments, artifacts, and a breaking-change gate.

bitbucket-pipelines.yml
View
๐Ÿ”ง

Jenkins

Jenkinsfile with console reports, build descriptions, artifact archiving, and breaking-change fail.

Jenkinsfile
View
โญ•

CircleCI

Branch workflow with PR comments, artifact storage, and path-filtered runs.

.circleci/config.yml
View
๐Ÿ”ท

Azure DevOps

Pull-request pipeline with PR comments, published artifacts, and a breaking-change gate.

azure-pipelines.yml
View

Sample PostgreSQL schemas

Use these files to test any example locally. The current schema adds a column, an index, and a new table compared to the base schema.

Want a config generated for your repo?

The CI/CD Setup Wizard auto-detects your SQL files and writes a ready-to-use pipeline config in 60 seconds.

Open the CI/CD Wizard
Copied to clipboard