Prisma · Arazzo Workflow
Prisma Postgres Provision a Project
Version 1.0.0
Create a project with a managed Postgres database, take a first backup, and mint a connection string.
Provider
Workflows
provision-postgres-project
Provision a project with a Postgres database, back it up, and create a connection string.
Resolves a workspace, creates a project that auto-provisions a Postgres database in the requested region, kicks off a first manual backup, and mints a connection string the application can use immediately.
1
resolveWorkspace
listWorkspaces
List the workspaces available to the token so the first one can be used as a fallback when no workspaceId input is supplied.
2
createProject
createProject
Create the project in the target workspace. A Prisma Postgres database is automatically provisioned in the requested region and returned in the response.
3
backupDatabase
createDatabaseBackup
Kick off a first manual backup of the freshly provisioned database. The backup runs asynchronously and is accepted with a 202 status.
4
createConnection
createConnection
Mint a new Prisma connection string for the database so the application can connect immediately.
Source API Descriptions
openapi