bmizerany/Install Postgres
From zero to running Postgres faster than you can say "Postgres".
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 4, 2026
- License
- MIT
Pinned Snippet
uses: bmizerany/setup-postgres@6f0f9422f84cb5e51cb4b17769a70127e020eb89 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The full, exact, version of postgres to install (e.g. 17.2.0). | yes | 17.2.0 |
Outputs
| name | description |
|---|---|
| dsn | The DSN for connecting to the embedded postgres. |
| data | The path to the data directory of the embedded postgres. |