Migrata is a declarative, SQL-based database migration tool for Postgres that diffs desired schema against live databases instead of replaying imperative migration files. It simplifies schema change reviews and eliminates conflicts by treating SQL as the source of truth, similar to Infrastructure as Code tools like Terraform.