Show HN: Dbconform – stateless schema drift repair, no migration history
Dbconform is a stateless schema drift repair tool that compares a declared schema against a live database (PostgreSQL and SQLite) and generates only the SQL needed to close the gap, without requiring migration files, a history table, or Alembic. It offers compare() to view differences and apply() to fix the target database.