I ve been comparing PostgreSQL schemas for so many years now. I ve been using all kinds of frameworks for ORM and code-first schema generation, but getting the actual diff between what I have and what I want has always been a pain.For a long time, I ve relied on a customized version of migra (https://github.com/djrobstep/migra). It was the best tool of all those I ve tried, but it s unfortunately deprecated and no longer maintained.I kept dreaming of building my own comparison tool - one with modern features, better performance, and the extra features I always wished I had.I ve had the architecture of the tool in my head for years, but knew that I will never find the time to do the tedious introspection query logic. Last weekend I decided to finally give it a try and built an initial version with Claude. Long story short it s now stable enough that I m using it in all my personal and work projects that use PostgreSQL.This experience really shifted my thinking in regards to building stuff with AI, and the future of tooling in general.Excited to get any feedback, let me know what you think!https://github.com/Apakottur/pgmig