prisma/Create Prisma Postgres Database
Create a Prisma Postgres database and return the connection string
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service_token | Prisma Postgres service token | yes | — |
| project_id | Prisma project ID | yes | — |
| database_name | Database name | no | — |
| region | Database region | no | us-west-1 |
Outputs
| name | description |
|---|---|
| database_id | The ID of the created/existing database |
| database_name | The name of the database |
| database_url | The DATABASE_URL for the database |