georgejkaye/Postgres script runner
Run in procedures and data scripts to a postgres database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The db host | yes | — |
| port | The db port | no | 5432 |
| name | The db name | yes | — |
| user | The db user | yes | — |
| password | The db password | yes | — |
| data-dir | The directory in the repo containing data scripts | no | — |
| code-dir | The directory in the repo containing code scripts | no | — |
Outputs
no outputs