2014 shaares
45 private links
45 private links
TIL: Visualize your PostgreSQL database schema with 3 commands:
$ sudo apt-get install graphviz postgresql-autodoc
$ postgresql_autodoc -t dot -d yourdatabasename
$ dot -Tpng https://t.co/5EDEoYMkWV -o schema.png