Although ER diagrams are created at system development time, we will deviate from the current situation usually during additional development. As a result, the ER diagram becomes unnecessary, and the database structure gradually collapses.
It is convenient to be able to expand the current database schema as it is to the ER diagram in order not to do so. Planters can use it there.
How to use planter
Output example. It is also expressed if it is structured properly.
Planter outputs XML file for PlantUML from the schema information of PostgreSQL. We convert that file to an image using plantuml.jar. Plantuml.jar can also be used in various places because it can convert to SVG and PDF besides images.
Planter is Go's open source software (MIT License).
No comments:
Post a Comment