Database schema mismatches between environments cause subtle bugs that are hard to diagnose.
A CLI tool that snapshots schemas during CI/CD and compares against deployment targets, highlighting discrepancies.
SaaS companies running critical databases would pay to prevent outages.
Initial version could simply diff two schema.sql files and output differences.
Risk: competes with existing database tooling features.