this post was submitted on 16 Feb 2025
13 points (100.0% liked)
techsupport
2613 readers
1 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Dump every single schema, paste the whole thing to claude.ai, ask it to generate graphviz markup showing the whole thing as you requested. Give the result to graphviz, see what happens.
It might not work or might not work perfectly, but that is what I would try and it definitely has the potential to be better than staring at the text trying to make sense of it all. Depending on the size of the beast, you might have to do it in pieces with a defined mapping of table names to graphviz node names so that piecing it out works smoothly.
Yeah, something similar was my backup-plan.