Comment by benocodes
Been using ChartDB recently and it’s been quite good for my use case. I’m on Supabase, and found that the Supabase built-in ERD viewer kind of breaks down once you go past like 15 tables.
I tried a few other DB visualization tools but was turned off because it felt like I needed to learn another toolset, when I just wanted to import my schema and start working with it. ChartDB's approach was better for me, the single query import worked fine, and adding to the schema works how you'd expect.
Really hoping to see a feature for “diffs between the dev diagram and the live DB”. we’re collaborating on the diagram as a team, and it’d be great to track what changed between our current draft and the actual database.