Hacker News new | ask | show | jobs
by Gordiny 109 days ago
Thanks! A graph visualizer is interesting, but it’s not really the goal here. There are already good tools that map entire schemas. DBTree is more about focused, node-by-node data exploration, without loading or visualizing everything upfront.

It relies on actual foreign key constraints. If there’s no FK defined, it won’t infer the relationship. The chevron is shown based on those constraints, and the related rows are only queried when you expand the node, which keeps performance under control.