Schemaspy で ER 図を作成する
1183 ワード
Schemaspy を用いて、既存のDBから ER 図を自動的に生成します。
https://schemaspy.org/
コンフィグレーションファイルを作成します。
schemaspy.properties
schemaspy.t=pgsql
schemaspy.host=gateway.docker.internal
schemaspy.port=5432
schemaspy.db=<YOUR DATABASE>
schemaspy.u=<YOUR USERNAME>
schemaspy.p=<YOUR PASSWORD>
schemaspy.o=/output
DB は PostgreSQL が hocalhost:5432 で起動している前提です。 Schemaspy を Docker で起動させるので、ホストには gateway.docker.internal
を設定しています。
コンテナを実行します。
docker run -v "$PWD/docs:/output" -v "$PWD/schemaspy.properties:/schemaspy.properties" schemaspy/schemaspy:latest
docs
以下にファイルが生成されるので index.html
を開きます。
Author And Source
この問題について(Schemaspy で ER 図を作成する), 我々は、より多くの情報をここで見つけました https://qiita.com/hasegawasatoshi/items/d6bd34d7c9712ebc1eac著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .