+TITLE: dbviz - A tool for visualizing database relations +LATEX: pagebreak

** Example

#+BEGIN_SRC yaml
  ---
  adapter: postgres
  database: my-awesome-database
  host: localhost
  password: MyVerySecurePasswordStoredUnencryptedOnDisk
  port: 5432
  user: me
#+END_SRC