gps/Generate PostgreSQL Schema Documentation
Generates database schema documentation for a PostgreSQL Database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| PATH_TO_DB_SCHEMA_FILE | Path to hand written db schema documentation file relative the project root directory. | yes | — |
| PATH_TO_GENERATED_DB_SCHEMA_FILE | Path where the generated db schema documentation file has to be written to relative the project root directory. | yes | — |
| DATABASE_USER_NAME | PostgreSQL database username. | yes | — |
| DATABASE_PASSWORD | PostgreSQL database password. | yes | — |
| DATABASE_HOST | PostgreSQL database hostname. | yes | — |
| DATABASE_PORT | PostgreSQL database port. | yes | — |
| DATABASE_NAME | PostgreSQL database name. | yes | — |
Outputs
no outputs