Re: Visualize database schema

Поиск
Список
Период
Сортировка
От Wolfgang Keller
Тема Re: Visualize database schema
Дата
Msg-id 20120814191441.7e4f280039873542e2f55e88@gmx.net
обсуждение исходный текст
Ответ на Visualize database schema  (Dario Beraldi <dario.beraldi@gmail.com>)
Ответы Re: Visualize database schema  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general
> Can anyone advice about a tool to visualize a database schema?

SQLalchemy, a Python module, can produce dot (Graphviz) output which you
can load into your favourite diagramming application such as e.g.
Omnigraffle, yEd or Dia:

http://www.sqlalchemy.org/trac/wiki/UsageRecipes/SchemaDisplay

Since this can be automated, it's nice for documentation work.

For inclusion in LaTeX documents, the dot output can then be converted
to TikZ with dot2tex, which is also implemented in Python:

http://www.fauskes.net/code/dot2tex/documentation/

If you're looking for DB modeling tools, here's a pretty comprehensive
list:

http://www.databaseanswers.org/modelling_tools.htm

Sincerely,

Wolfgang Keller


В списке pgsql-general по дате отправления:

Предыдущее
От: amit sehas
Дата:
Сообщение: Indexing question
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: Indexing question