dwyl / dwyl/learn-postgresql

Generate schema diagram from SQL schema

Open
#8 5 comments 0 reactions 0 assignees View on GitHub
enhancement help wanted
Dominant language
JavaScript
Stars
346
Forks
37
PR merge metrics
No merged PRs in 30d

Description

Our objective is to generate the diagram from schema definition not to manually draw it.
this avoids us having to manually update the diagram each time a new field is added to a table
(which becomes tedious quickly!).

Knowing how the data is stored is also essential for developers at every every stage of development
to be sure that data is being stored in a way that makes retrieving it easy.

Starting point for research: http://stackoverflow.com/questions/3223770/tools-to-generate-database-tables-diagram-with-postgresql
Possible tool to use:
- http://schemaspy.sourceforge.net/sample/relationships.html
- http://sualeh.github.io/SchemaCrawler/diagramming.html

relates to: #3

> continue: https://sourceforge.net/projects/schemaspy/files/schemaspy/SchemaSpy%205.0.0/

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.