shaktipn/postgres-dbml-svg-generator
Generates DBML file and SVG diagram of a PostgreSQL migrated DB Schema.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| DB_HOST | The hostname of the PostgreSQL DB | yes | — |
| DB_PORT | The port number of the PostgreSQL DB | no | 5432 |
| DB_NAME | The name of the PostgreSQL database | yes | — |
| DB_SCHEMA_NAME | The name of the PostgreSQL schema | no | public |
| DB_USERNAME | The username for accessing the PostgreSQL DB | yes | — |
| DB_PASSWORD | The password for the given PostgreSQL User | yes | — |
| DBML_OUTPUT_LOCATION | Full Path for the generated DBML file | yes | — |
| SVG_OUTPUT_LOCATION | Full Path for the generated SVG file | yes | — |
Outputs
no outputs