navikt/flyway2mermaid
Generate a Mermaid ER diagram from Flyway SQL migrations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| migrations | Path to directory containing Flyway migration SQL files | yes | — |
| output | Output file path | no | docs/schema.mmd |
| direction | Diagram direction: TB (top-bottom), BT (bottom-top), LR (left-right), RL (right-left) | no | — |
| summary | Post diagram as job summary | no | true |
| commit | Commit the generated diagram to the repository | no | false |
| commit-message | Commit message when commit is enabled | no | chore: update Mermaid ER diagram |
Outputs
| name | description |
|---|---|
| diagram | Path to the generated diagram file |