Open Source
schema-drift
Built by Paolo Mercado
A small CLI that compares a live database schema against the migration files in a repo.
Builder email verified
Verification
- Type
- Personal
- Category
- Open Source
- Published
- Jul 25, 2026
- Updated
- Jul 25, 2026
Built withGoPostgreSQLDockerGitHub Actions
TopicsProductivityCommunity
About this project
I got tired of finding out about hand-edited columns during an incident, so I wrote a command that diffs the actual schema against what the migrations say it should be. It runs in CI and fails the build when the two disagree. A few people outside my team use it now.