Show HN: dbdot, a golang tool to help generate Postgres schema diagrams

Show HN: dbdot, a golang tool to help generate Postgres schema diagrams

is a command line tool that generates DOT description from postgres database schema. Above command pipes the DOT description into test.dot and invokes cli tool to trasform test.dot to a outfile.png. This inspired me to write a simple self contained tool that was laser focused on just reading schema and spitting out DOT.

Source: github.com