action_add_postgresql
Add a PostgreSQL connection to an endpoint's context, enabling database access through ctx.POSTGRESQL.
Instructions
Add PostgreSQL connection to an endpoint's context. Provides ctx.POSTGRESQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | The endpoint path: 'name' (uses v1 package) or 'package/name' |