15

I'm looking for a FREE tool which allows to generate documentation for the DB schema, tables, column, keys, indices as a PDF or HTML format like the "Toad Data Modeler" which is a commecial tool.

I'm using Postgresql 9.2.

Could you suggest me some documentation generator?

Thanks

nico

Nko
  • 341
  • 1
  • 7
  • 18

1 Answers1

14

I've generally found SchemaSpy (git repo) useful for this purpose. It gets the job done with minimal pain and produces quite useful output. The cross-linked multi-page HTML output is particularly useful.

Craig Ringer
  • 307,061
  • 76
  • 688
  • 778
  • Seems that the [repo has moved to github](https://github.com/schemaspy/schemaspy/blob/master/README.md#schema-spy----schemaspyorg) and the website to [http://schemaspy.org/](http://schemaspy.org/). – Adam Mackler Nov 16 '18 at 07:25