|
|
|
|
|
by wongarsu
2635 days ago
|
|
The best tool I've found for generating Postgres schema diagrams is Datagrip's diagram feature [2]. It's not without flaws and doesn't seem to get much love, but it also does a lot of things right: tables are arranged in a tree like fashion, where the most referenced tables end up on top. Right angled connectors look orderly even when 10 different tables reference one table (if we ignore the labels on the connectors). The color scheme is also quite nice if you leave datagrip in dark mode. 1: https://www.jetbrains.com/datagrip/features/ 2: https://community.intersystems.com/sites/default/files/inlin... |
|