Postgresql database documentation [closed]
Asked Answered
S

2

16

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

Septuplet answered 12/6, 2013 at 15:19 Comment(3)
COMMENT ON TABLE foo IS 'bar'?Ayotte
Hi Denis, I'm looking for a documentation generator that exports DB schema, tables, column, keys, indices as a PDF or HTML format. THANKSSeptuplet
I'd suggest you edit your question accordingly to make this explicit.Ayotte
M
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.

Mcandrew answered 12/6, 2013 at 23:38 Comment(1)
Seems that the repo has moved to github and the website to http://schemaspy.org/.Romany
S
0

You can also look at Foliant project

Foliant is an all-in-one single-source documentation authoring tool. It lets you produce standalone documents in pdf and docx, build static websites and upload pages to Confluence, all from single Markdown source.

Foliant is a higher order tool, which means it uses other programs to do its job. For building pdf and docx, it can use Pandoc or md-to-pdf, for websites MkDocs, Aglio or Slate.

Foliant preprocessors let you reuse parts of your documents, show and hide content with flags, render diagrams from text, and much more.

Foliant is highly extensible, so if it lacks some functions or output formats you can always make a plugin for it or request one from our team.

Logo made by Hand Drawn Goods from flaticon.com.

Who Is It for?¶ You’ll love Foliant if you:

need to ship documentation as pdf, docx, and websites want to use Markdown with consistent extension system instead of custom syntax for every new bit of functionality like reStructuredText’s extensibility and AsciiDoc’s flexibility, but would rather use Markdown want a tool that you can extend with custom plugins without dealing with something as over-engineered as Sphinx want to work with docs as code and make them a part of your CI pipeline have a lot of segregated repositories with sources of your documents and want to standardize the documentation approach.

https://foliant-docs.github.io/docs/tutorials/db/pgsql/

Scratch answered 22/11, 2023 at 12:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.